git-fetch: avoid using "case ... in (arm)"
authorJunio C Hamano <junkio@cox.net>
Mon, 29 May 2006 02:24:28 +0000 (19:24 -0700)
committerJunio C Hamano <junkio@cox.net>
Mon, 29 May 2006 02:24:28 +0000 (19:24 -0700)
commit878ccb26941a15312b6676372e4688d42a73882b
tree2229bbd3431f2688d63da4acb6dd6bd5c0a94349
parentd177e584255aad351bbbff14aba8e73afc008c75
git-fetch: avoid using "case ... in (arm)"

NetBSD ash chokes on the optional open parenthesis for case arms.  Inside
$(command substitution), however, bash barfs without.  So adjust things
accordingly.

Originally pointed out by Dennis Stosberg.

Signed-off-by: Junio C Hamano <junkio@cox.net>
git-fetch.sh