From: Marco Zanon Date: Sat, 8 Sep 2012 13:03:52 +0000 (+0000) Subject: Fixed a silly bug (wrong variable reference). X-Git-Tag: 0.4~6 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=62b037d1541a72051285f5137cdab40974d025f2;p=single_click_remote_help Fixed a silly bug (wrong variable reference). --- diff --git a/skeleton b/skeleton index 4502bcc..74df168 100644 --- a/skeleton +++ b/skeleton @@ -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`