From: Giuseppe Bilotta Date: Fri, 3 Dec 2010 16:47:37 +0000 (+0100) Subject: web--browse: split valid_tool list X-Git-Tag: v1.7.4-rc0~50^2~2 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=b968708b3ed486a25c65a8481af927ab3884bfba;p=git.git web--browse: split valid_tool list It was getting too long, and we want to add some more. Signed-off-by: Giuseppe Bilotta Signed-off-by: Junio C Hamano --- diff --git a/git-web--browse.sh b/git-web--browse.sh index 7c4568fc2..bb3a669f1 100755 --- a/git-web--browse.sh +++ b/git-web--browse.sh @@ -31,7 +31,8 @@ valid_custom_tool() valid_tool() { case "$1" in - firefox | iceweasel | chrome | google-chrome | chromium | konqueror | w3m | links | lynx | dillo | open | start) + firefox | iceweasel | chrome | google-chrome | chromium | \ + konqueror | w3m | links | lynx | dillo | open | start) ;; # happy *) valid_custom_tool "$1" || return 1