undef the msg before reusing it
git-svn-id: http://emdebian.org/svn/current@7556 563faec7-e20c-0410-992a-a66f704d0ccd
This commit is contained in:
parent
fdc2eff413
commit
e141789f3e
1 changed files with 1 additions and 0 deletions
|
@ -84,6 +84,7 @@ while( @ARGV ) {
|
||||||
$msg = sprintf (_g("Need a configuration file - use %s -f\n"), $progname);
|
$msg = sprintf (_g("Need a configuration file - use %s -f\n"), $progname);
|
||||||
die ($msg)
|
die ($msg)
|
||||||
if (not defined $file);
|
if (not defined $file);
|
||||||
|
undef ($msg);
|
||||||
|
|
||||||
$cachedir = "var/cache/apt/"; # archives
|
$cachedir = "var/cache/apt/"; # archives
|
||||||
$libdir = "var/lib/apt/"; # lists
|
$libdir = "var/lib/apt/"; # lists
|
||||||
|
|
Loading…
Reference in a new issue