From: Marco Zanon Date: Wed, 12 Sep 2012 13:51:51 +0000 (+0000) Subject: Fixed a silly bug (missing clean "exit 0" directive). X-Git-Tag: 0.5~3 X-Git-Url: https://gitweb.marcozanon.com/?a=commitdiff_plain;h=d495fabadd073af3113991fe35f252108547909d;p=single_click_remote_help Fixed a silly bug (missing clean "exit 0" directive). --- diff --git a/skeleton b/skeleton index 81352ef..809d5e2 100644 --- a/skeleton +++ b/skeleton @@ -117,4 +117,7 @@ if [ "0" -ne "$?" ]; then fi export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH +## 7. Terminate. +exit 0 + __BINARY_BELOW__