about summary refs log tree commit diff stats
path: root/pkgs
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs')
-rwxr-xr-xpkgs/by-name/st/stamp/stamp.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/by-name/st/stamp/stamp.sh b/pkgs/by-name/st/stamp/stamp.sh
index 4c594767..15bf887a 100755
--- a/pkgs/by-name/st/stamp/stamp.sh
+++ b/pkgs/by-name/st/stamp/stamp.sh
@@ -73,6 +73,8 @@ while [ "$#" -gt 0 ] && [ "$run" = true ]; do
         # The files should now be in $@
         run=false
         ;;
+    *)
+        die "Unknown command: $1"
     esac
 done