plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit 53527a6e7864f5d681d7140f1403d4d8d42311d5
parent 83d065a6b30f0e89af3d04e26568fc93b98e6604
Author: Russ Cox <rsc@swtch.com>
Date:   Sat, 20 Oct 2012 13:28:46 -0400

web: fix BROWSER=google-chrome on Mac

R=rsc
http://codereview.appspot.com/6750046

Diffstat:
Mbin/web | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/web b/bin/web @@ -6,6 +6,9 @@ plumbapple() none) open "$@" ;; + *google-chrome*) + open -a "Google Chrome" "$@" + ;; *) open -a "$BROWSER" "$@" ;;