From f4a4e420ab3c5e017bf10780ef9aa734d10eed23 Mon Sep 17 00:00:00 2001 From: codehelp Date: Fri, 1 Apr 2011 20:28:02 +0000 Subject: [PATCH] avoid unitialised var git-svn-id: http://emdebian.org/svn/current@7969 563faec7-e20c-0410-992a-a66f704d0ccd --- multistrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multistrap b/multistrap index ec7a02a..215b2bc 100755 --- a/multistrap +++ b/multistrap @@ -247,7 +247,7 @@ foreach my $pkg (values %keyrings) { if ((defined $k) and (not defined $noauth)) { # the keyring package must be available to the external apt # and apt refuses to allow fakeroot to do this. - my $str = ""; + $str = ""; my $e=`LC_ALL=C printenv`; if ($e !~ /\nFAKEROOTKEY=[0-9]+\n/) { if (($e =~ /\nUSER=root\n/)) {