summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
Diffstat (limited to 'mk')
-rwxr-xr-xmk2
1 files changed, 1 insertions, 1 deletions
diff --git a/mk b/mk
index 4f95cf31..3a3105de 100755
--- a/mk
+++ b/mk
@@ -30,7 +30,7 @@ main()
version) printf "%s\nWebsite: %s\n" "$relname" "$projectsite" ;;
release|download|inject) $cmd "$@" ;;
-*) return 1 ;;
- *) err "bad command" ;;
+ *) err "bad command" main "$@" ;;
esac
set -u -e # some commands disable them. turn them on!
}