summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1997-02-14 01:54:12 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1997-02-14 01:54:12 +0000
commit036dc9deb561b65da58157d77e79067648738655 (patch)
treebd59787915497ecaa8c3572b999e921166ea0e50 /usr.sbin
parent588b2ee1f460f5ff43433b8d03a764dca36bdfee (diff)
downloadsrc-test2-036dc9deb561b65da58157d77e79067648738655.tar.gz
src-test2-036dc9deb561b65da58157d77e79067648738655.zip
Notes
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/pkg_install/add/extract.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/pkg_install/add/extract.c b/usr.sbin/pkg_install/add/extract.c
index 4fb176725402..0578065c16a3 100644
--- a/usr.sbin/pkg_install/add/extract.c
+++ b/usr.sbin/pkg_install/add/extract.c
@@ -1,5 +1,5 @@
#ifndef lint
-static const char *rcsid = "$Id: extract.c,v 1.6 1994/12/06 00:51:32 jkh Exp $";
+static const char *rcsid = "$Id: extract.c,v 1.7 1995/05/19 22:40:54 jkh Exp $";
#endif
/*
@@ -40,7 +40,7 @@ static const char *rcsid = "$Id: extract.c,v 1.6 1994/12/06 00:51:32 jkh Exp $";
where_count = sizeof(STARTSTRING)-1; \
} \
if (perm_count) { \
- if (!isdir(todir)) apply_perms(todir, perm_args); \
+ apply_perms(todir, perm_args); \
perm_args[0] = 0;\
perm_count = 0; \
}