tMerge pull request #50 from boyska/exitcode - tomb - the crypto undertaker
HTML git clone git://parazyd.org/tomb.git
DIR Log
DIR Files
DIR Refs
DIR README
DIR LICENSE
---
DIR commit 262855fa10f0c4d060aad7ab6f902bd1992bffd8
DIR parent 3c09c5d81fba1e1fd576e62cbf4a5f36adca924c
HTML Author: Jaromil <jaromil@dyne.org>
Date: Mon, 24 Oct 2011 13:12:08 -0700
Merge pull request #50 from boyska/exitcode
Better exit code handling, #49
Diffstat:
M src/tomb | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
DIR diff --git a/src/tomb b/src/tomb
t@@ -1366,8 +1366,9 @@ main() {
return 1
;;
esac
- return 0
+ return $?
}
check_bin
main $@
+exit $?