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

Add name of var

parent d3349be5
Branches
Tags 3.1.1
No related merge requests found
......@@ -109,8 +109,8 @@ if ($ENV{"DESTI"}) { $DESTI = $ENV{"DESTI"}; } # Force output dir if env DESTI
print "Makepack version $VERSION\n";
print "Building package name: $PROJECT\n";
print "Building package version: $MAJOR.$MINOR.$BUILD\n";
print "Source directory: $SOURCE\n";
print "Target directory: $DESTI\n";
print "Source directory (SOURCE): $SOURCE\n";
print "Target directory (DESTI) : $DESTI\n";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment