applypatch: no need to do non-portable [[ ... ]]

... when old, proven, case would do.

Signed-off-by: Junio C Hamano <junkio@cox.net>
This commit is contained in:
Junio C Hamano 2005-12-13 18:19:12 -08:00
parent 9678faaaff
commit 5073eb04d6

View file

@ -14,7 +14,7 @@
USAGE='<msg> <patch> <info> [<signoff>]'
. git-sh-setup
[[ "$#" = "3" || "$#" = "4" ]] || usage
case "$#" in 3|4) usage ;; esac
final=.dotest/final-commit
##