diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-30 01:44:45 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 1995-07-30 01:44:45 +0000 |
| commit | 96d5140413290ed3c5d4e6dccedea1fe44a32595 (patch) | |
| tree | e8a99cae42445cf76c45c227d490494c1ee85532 /usr.sbin/pkg_install/info/perform.c | |
| parent | 573999ad8a6b48e772610c5743d5f6f838bc87d7 (diff) | |
Notes
Diffstat (limited to 'usr.sbin/pkg_install/info/perform.c')
| -rw-r--r-- | usr.sbin/pkg_install/info/perform.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/info/perform.c b/usr.sbin/pkg_install/info/perform.c index 9a93253a841a..e09abadac569 100644 --- a/usr.sbin/pkg_install/info/perform.c +++ b/usr.sbin/pkg_install/info/perform.c @@ -1,5 +1,5 @@ #ifndef lint -static const char *rcsid = "$Id: perform.c,v 1.15 1995/05/10 23:00:06 jkh Exp $"; +static const char *rcsid = "$Id: perform.c,v 1.16 1995/05/30 03:49:59 rgrimes Exp $"; #endif /* @@ -91,7 +91,7 @@ pkg_do(char *pkg) isTMP = TRUE; } } - else if (fexists(pkg)) { + else if (fexists(pkg) && isfile(pkg)) { int len; if (*pkg != '/') { |
