X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=git-applypatch.sh;h=12cab1e0d4ceb1f1c58c418f96358b252713bf58;hb=a7cfb4a43fce841cd673057cf4137f85e6f804eb;hp=e8ba34a0ad4a466083c8462cc038de9d8ad6a4ab;hpb=b0d3e9baaa16c805ef941e8f26d55fb23f091ef5;p=git.git diff --git a/git-applypatch.sh b/git-applypatch.sh index e8ba34a0..12cab1e0 100755 --- a/git-applypatch.sh +++ b/git-applypatch.sh @@ -14,7 +14,7 @@ USAGE=' []' . git-sh-setup -case "$#" in 3|4) usage ;; esac +case "$#" in 3|4) ;; *) usage ;; esac final=.dotest/final-commit ##