Forgot that bash is not C. Now exit. - various - Various utilities developed at… | |
git clone git://bitreich.org/various/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinw… | |
Log | |
Files | |
Refs | |
Tags | |
--- | |
commit 9ebf25202fe970c76884ca07620c61c155bc6d24 | |
parent a09b0542a8d32b83e88ccb2603720c4979c43e53 | |
Author: Christoph Lohmann <[email protected]> | |
Date: Sun, 7 Jul 2019 19:15:28 +0200 | |
Forgot that bash is not C. Now exit. | |
Diffstat: | |
M boom | 2 +- | |
1 file changed, 1 insertion(+), 1 deletion(-) | |
--- | |
diff --git a/boom b/boom | |
@@ -16,5 +16,5 @@ else | |
printf "BOOM!!!!\n" | toilet $toiletargs | |
fi | |
-return $? | |
+exit $? | |