author | Junio C Hamano <junkio@cox.net> | |
Mon, 29 May 2006 02:24:28 +0000 (19:24 -0700) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Mon, 29 May 2006 02:24:28 +0000 (19:24 -0700) | ||
commit | 878ccb26941a15312b6676372e4688d42a73882b | |
tree | 2229bbd3431f2688d63da4acb6dd6bd5c0a94349 | tree | snapshot |
parent | d177e584255aad351bbbff14aba8e73afc008c75 | commit | diff |
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>
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 | diff | blob | history |