]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git-applypatch.sh
Use symbolic name SHORT_NAME_AMBIGUOUS as error return value
[thirdparty/git.git] / git-applypatch.sh
index e8ba34a0ad4a466083c8462cc038de9d8ad6a4ab..12cab1e0d4ceb1f1c58c418f96358b252713bf58 100755 (executable)
@@ -14,7 +14,7 @@
 USAGE='<msg> <patch> <info> [<signoff>]'
 . git-sh-setup
 
-case "$#" in 3|4) usage ;; esac
+case "$#" in 3|4) ;; *) usage ;; esac
 
 final=.dotest/final-commit
 ##