undef the msg before reusing it

git-svn-id: http://emdebian.org/svn/current@7556 563faec7-e20c-0410-992a-a66f704d0ccd
main
codehelp 14 years ago
parent fdc2eff413
commit e141789f3e

@ -84,6 +84,7 @@ while( @ARGV ) {
$msg = sprintf (_g("Need a configuration file - use %s -f\n"), $progname);
die ($msg)
if (not defined $file);
undef ($msg);
$cachedir = "var/cache/apt/"; # archives
$libdir = "var/lib/apt/"; # lists

Loading…
Cancel
Save