projects
/
single_click_remote_help
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae367ab
)
Fixed a silly bug (wrong variable reference).
author
Marco Zanon
<info@marcozanon.com>
Sat, 8 Sep 2012 13:03:52 +0000
(13:03 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Sat, 8 Sep 2012 13:03:52 +0000
(13:03 +0000)
0.x/skeleton
patch
|
blob
|
history
diff --git
a/0.x/skeleton
b/0.x/skeleton
index 4502bcc15f4d0d4a8fdbab8398fcd0aa59271450..74df168e8e5ec180041c388a8d784d3edbadd02a 100644
(file)
--- 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: $T
MP_DIR
."
+echo "Temporary directory created: $T
EMPORARY_DIRECTORY
."
## 5. Extract package files and make Vnc server binary executable.
BINARY_LINES=`awk '/^__BINARY_BELOW__/ { print NR + 1; exit 0; }' $0`