Kill local variable which shadows global one. This fixes creation of bzip2
compressed packages broken in the previous commit. Pointy hat to: obrien
This commit is contained in:
parent
8f70816cf2
commit
3465d2ab40
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user