From: Junio C Hamano Date: Thu, 15 Dec 2005 21:02:25 +0000 (-0800) Subject: applymbox: typofix X-Git-Tag: v1.0.0^2~38 X-Git-Url: http://git.ipfire.org/?p=thirdparty%2Fgit.git;a=commitdiff_plain;h=c6f60f991f29ce1140b9dede1185562fbffe2549 applymbox: typofix Sorry, I broke this command completely with the stupid typo. Noticed by Marco Costalba. Signed-off-by: Junio C Hamano --- diff --git a/git-applypatch.sh b/git-applypatch.sh index e8ba34a0ad..12cab1e0d4 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 ##