Fix: Packager errors

This commit is contained in:
Laurent Destailleur 2011-03-02 11:57:11 +00:00
parent 12a247e600
commit 3dbf1b8258
2 changed files with 3 additions and 1 deletions

View File

@ -7,7 +7,9 @@ makepack-google.conf
module_google-*.tgz
module_pibarcode-1.0.tgz
*.exe
*.tgz
*.torrent
*.zip
version-phpsane.txt
makepack-phpsane.conf
html

View File

@ -316,7 +316,7 @@ foreach my $target (keys %CHOOSEDTARGET) {
}
}
if (! $btach) {
if (! $batch) {
print "\nPress key to finish...";
my $WAITKEY=<STDIN>;
}