Skip to content

Commit

Permalink
applymbox: typofix
Browse files Browse the repository at this point in the history
Sorry, I broke this command completely with the stupid typo.

Noticed by Marco Costalba.

Signed-off-by: Junio C Hamano <junkio@cox.net>
  • Loading branch information
Junio C Hamano committed Dec 15, 2005
1 parent 6677c46 commit c6f60f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-applypatch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
##
Expand Down

0 comments on commit c6f60f9

Please sign in to comment.