From 53527a6e7864f5d681d7140f1403d4d8d42311d5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Sat, 20 Oct 2012 13:28:46 -0400 Subject: web: fix BROWSER=google-chrome on Mac R=rsc http://codereview.appspot.com/6750046 --- bin/web | 3 +++ 1 file changed, 3 insertions(+) (limited to 'bin/web') diff --git a/bin/web b/bin/web index c4bb51bc..8c6fdd4d 100755 --- a/bin/web +++ b/bin/web @@ -6,6 +6,9 @@ plumbapple() none) open "$@" ;; + *google-chrome*) + open -a "Google Chrome" "$@" + ;; *) open -a "$BROWSER" "$@" ;; -- cgit v1.2.3