From e141789f3e2b0bb381e777bf77f8d07ec2ce3343 Mon Sep 17 00:00:00 2001 From: codehelp Date: Fri, 15 Oct 2010 15:46:08 +0000 Subject: [PATCH] undef the msg before reusing it git-svn-id: http://emdebian.org/svn/current@7556 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 1 + 1 file changed, 1 insertion(+) diff --git a/multistrap b/multistrap index 9a69ee7..c3da2fe 100755 --- a/multistrap +++ b/multistrap @@ -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