Fixed a silly bug (wrong variable reference).
authorMarco Zanon <info@marcozanon.com>
Sat, 8 Sep 2012 13:03:52 +0000 (13:03 +0000)
committerMarco Zanon <info@marcozanon.com>
Sat, 8 Sep 2012 13:03:52 +0000 (13:03 +0000)
0.x/skeleton

index 4502bcc15f4d0d4a8fdbab8398fcd0aa59271450..74df168e8e5ec180041c388a8d784d3edbadd02a 100644 (file)
@@ -87,7 +87,7 @@ if [ "0" -ne "$?" ]; then
   echo "Temporary directory not created, exiting."
   exit 3
 fi
-echo "Temporary directory created: $TMP_DIR."
+echo "Temporary directory created: $TEMPORARY_DIRECTORY."
 
 ## 5. Extract package files and make Vnc server binary executable.
 BINARY_LINES=`awk '/^__BINARY_BELOW__/ { print NR + 1; exit 0; }' $0`