mirror of
https://github.com/9fans/plan9port.git
synced 2025-01-24 11:41:58 +00:00
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…
Reference in a new issue