web: fix BROWSER=google-chrome on Mac
R=rsc http://codereview.appspot.com/6750046
This commit is contained in:
parent
83d065a6b3
commit
53527a6e78
1 changed files with 3 additions and 0 deletions
3
bin/web
3
bin/web
|
|
@ -6,6 +6,9 @@ plumbapple()
|
|||
none)
|
||||
open "$@"
|
||||
;;
|
||||
*google-chrome*)
|
||||
open -a "Google Chrome" "$@"
|
||||
;;
|
||||
*)
|
||||
open -a "$BROWSER" "$@"
|
||||
;;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue