summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-10-25 07:56:20 +0000
committersobomax <sobomax@FreeBSD.org>2001-10-25 07:56:20 +0000
commit8032e073fb9452947a5622f9b6e13d72e6e6ae90 (patch)
treeb02fe8b2507bb782e7e7506eb138339742bd9f11 /usr.sbin/pkg_install
parenta6e3708f4182860dd1818dfb511eb5a28a2bcc74 (diff)
downloadFreeBSD-src-8032e073fb9452947a5622f9b6e13d72e6e6ae90.zip
FreeBSD-src-8032e073fb9452947a5622f9b6e13d72e6e6ae90.tar.gz
Make `-b' option actually work as advertised.
Diffstat (limited to 'usr.sbin/pkg_install')
-rw-r--r--usr.sbin/pkg_install/create/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/pkg_install/create/main.c b/usr.sbin/pkg_install/create/main.c
index 53c209a..395eb4a 100644
--- a/usr.sbin/pkg_install/create/main.c
+++ b/usr.sbin/pkg_install/create/main.c
@@ -141,6 +141,7 @@ main(int argc, char **argv)
break;
case 'b':
+ InstalledPkg = optarg;
while ((tmp = strrchr(optarg, (int)'/')) != NULL) {
*tmp++ = '\0';
/*
OpenPOWER on IntegriCloud