git-svnimport: if a limit is specified, respect it
[git.git] / git-applypatch.sh
index 214f5c3..12cab1e 100755 (executable)
@@ -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
 ##