Fix: Remove warning

This commit is contained in:
Laurent Destailleur 2011-03-01 23:01:51 +00:00
parent 86d3fc288d
commit 05208575f8

View File

@ -216,7 +216,7 @@ if ($nboftargetok) {
}
if ($target eq 'ZIP') {
unlink $FILENAMEZIP.zip;
unlink "$FILENAMEZIP.zip";
print "Compress $FILENAMETGZ into $FILENAMEZIP.zip...\n";
chdir("$BUILDROOT");
#print "cd $BUILDROOTNT & 7z a -r -tzip -mx $BUILDROOT/$FILENAMEZIP.zip $FILENAMETGZ\\*.*\n";