summaryrefslogtreecommitdiffstats
path: root/usr.sbin/pkg_install/create
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-05-02 10:19:13 +0000
committersobomax <sobomax@FreeBSD.org>2002-05-02 10:19:13 +0000
commit0bc51e3b0f5750f8334f68f7f672786157a24d7c (patch)
treefa894f6f57955fae433f45eff21727f536c42ca6 /usr.sbin/pkg_install/create
parent6bfc4bdd9687d28dcbb4ee25d5de86b01147a23d (diff)
downloadFreeBSD-src-0bc51e3b0f5750f8334f68f7f672786157a24d7c.zip
FreeBSD-src-0bc51e3b0f5750f8334f68f7f672786157a24d7c.tar.gz
Kill local variable which shadows global one. This fixes creation of bzip2
compressed packages broken in the previous commit. Pointy hat to: obrien
Diffstat (limited to 'usr.sbin/pkg_install/create')
-rw-r--r--usr.sbin/pkg_install/create/perform.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/usr.sbin/pkg_install/create/perform.c b/usr.sbin/pkg_install/create/perform.c
index 87738d1..21bc33e 100644
--- a/usr.sbin/pkg_install/create/perform.c
+++ b/usr.sbin/pkg_install/create/perform.c
@@ -47,7 +47,6 @@ pkg_perform(char **pkgs)
Package plist;
int len;
const char *suf;
- enum zipper Zipper = GZIP; /* default is to compress packages */
/* Preliminary setup */
if (InstalledPkg == NULL)
OpenPOWER on IntegriCloud