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:
cd4ef69
)
Fixed a silly bug (missing clean "exit 0" directive).
author
Marco Zanon
<info@marcozanon.com>
Wed, 12 Sep 2012 13:51:51 +0000
(13:51 +0000)
committer
Marco Zanon
<info@marcozanon.com>
Wed, 12 Sep 2012 13:51:51 +0000
(13:51 +0000)
0.x/skeleton
patch
|
blob
|
history
diff --git
a/0.x/skeleton
b/0.x/skeleton
index 81352ef5dc0b06c3174da3b28f4156207407bbd1..809d5e24f577404090f4d50ba819418ab01be8e5 100644
(file)
--- a/
0.x/skeleton
+++ b/
0.x/skeleton
@@
-117,4
+117,7
@@
if [ "0" -ne "$?" ]; then
fi
export LD_LIBRARY_PATH=$OLD_LD_LIBRARY_PATH
+## 7. Terminate.
+exit 0
+
__BINARY_BELOW__