Skip to content
Snippets Groups Projects
Commit 4e2bce16 authored by Laurent Destailleur's avatar Laurent Destailleur
Browse files

Fix: No hard coded data

parent 504b519f
No related branches found
No related tags found
No related merge requests found
......@@ -59,7 +59,7 @@ if ($OS =~ /windows/) {
if (! $TEMP || ! -d $TEMP) {
print "Error: A temporary directory can not be find.\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;
exit 2;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment