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