applymbox: typofix

Sorry, I broke this command completely with the stupid typo.

Noticed by Marco Costalba.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-12-15 13:02:25 -08:00
parent 6677c4665a
commit c6f60f991f

View file

@ -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
##