]> git.ipfire.org Git - thirdparty/AWStats.git/commitdiff
Fix: Remove perl warning
authoreldy <>
Mon, 31 May 2010 09:35:57 +0000 (09:35 +0000)
committereldy <>
Mon, 31 May 2010 09:35:57 +0000 (09:35 +0000)
make/makepack-awstats.pl

index 2e37389380cc66b7519eb0a62809c92f927e11e7..3b6a5a258b951045e721e3fa0555efb31635ca4e 100644 (file)
@@ -351,6 +351,8 @@ foreach my $target (keys %CHOOSEDTARGET) {
     }
 }
 
+$btach=0;
+
 if (! $btach) {
        print "\nPress key to finish...";
        my $WAITKEY=<STDIN>;