summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/pkg b/bin/pkg
index 91fc3f7..04e7199 100755
--- a/bin/pkg
+++ b/bin/pkg
@@ -408,4 +408,5 @@ case "$1" in
remove) pkg_remove "$2" ;;
status) pkg_status_wrapper "$2" ;;
update) pkg_update_wrapper "$2" ;;
+ *) die "wait, what?\n" ;;
esac