Fix: No hard coded data

This commit is contained in:
Laurent Destailleur 2014-01-02 10:55:41 +01:00
parent 504b519fb7
commit 4e2bce1600

View File

@ -59,7 +59,7 @@ if ($OS =~ /windows/) {
if (! $TEMP || ! -d $TEMP) { if (! $TEMP || ! -d $TEMP) {
print "Error: A temporary directory can not be find.\n"; print "Error: A temporary directory can not be find.\n";
print "Check that TEMP or TMP environment variable is set correctly.\n"; print "Check that TEMP or TMP environment variable is set correctly.\n";
print "makepack-dolibarrmodule.pl aborted.\n"; print "$PROG.$Extension aborted.\n";
sleep 2; sleep 2;
exit 2; exit 2;
} }