web: fix BROWSER=google-chrome on Mac

R=rsc
http://codereview.appspot.com/6750046
This commit is contained in:
Russ Cox 2012-10-20 13:28:46 -04:00
parent 83d065a6b3
commit 53527a6e78

View file

@ -6,6 +6,9 @@ plumbapple()
none)
open "$@"
;;
*google-chrome*)
open -a "Google Chrome" "$@"
;;
*)
open -a "$BROWSER" "$@"
;;