Browse Source

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>
maint
Junio C Hamano 19 years ago
parent
commit
c6f60f991f
  1. 2
      git-applypatch.sh

2
git-applypatch.sh

@ -14,7 +14,7 @@ @@ -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
##

Loading…
Cancel
Save