From c6f60f991f29ce1140b9dede1185562fbffe2549 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Thu, 15 Dec 2005 13:02:25 -0800 Subject: applymbox: typofix Sorry, I broke this command completely with the stupid typo. Noticed by Marco Costalba. Signed-off-by: Junio C Hamano --- git-applypatch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'git-applypatch.sh') 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 ## -- cgit v1.2.3