Skip to content

Commit

Permalink
Fix: Remove warning
Browse files Browse the repository at this point in the history
  • Loading branch information
eldy committed Mar 1, 2011
1 parent dfbe0c7 commit 130c89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build/makepack-dolibarrmodule.pl
Expand Up @@ -216,7 +216,7 @@
}

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";
Expand Down

0 comments on commit 130c89a

Please sign in to comment.