summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index b4147399..61c0020b 100755
--- a/mk
+++ b/mk
@@ -23,7 +23,7 @@ cd "${commandv%/*}" || exit 1
if xeq main "${1-}" \
$xbcommands; then
- "$@"
+ "$@" || exit 1
exit 0
fi