Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(1161)

Unified Diff: bin/web

Issue 6750046: code review 6750046: web: fix BROWSER=google-chrome on Mac (Closed)
Patch Set: diff -r 57c448c514ab https://code.google.com/p/plan9port Created 11 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: bin/web
===================================================================
--- a/bin/web
+++ b/bin/web
@@ -6,6 +6,9 @@
none)
open "$@"
;;
+ *google-chrome*)
+ open -a "Google Chrome" "$@"
+ ;;
*)
open -a "$BROWSER" "$@"
;;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b