tweb: add support for chromium - plan9port - [fork] Plan 9 from user space
 (HTM) git clone git://src.adamsgaard.dk/plan9port
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 974b0ed3305ecf2b8bed57726d88987ca83538eb
 (DIR) parent edf3f40c2f5ea97e04e08537269b0431dddd7399
 (HTM) Author: Fazlul Shahriar <fshahriar@gmail.com>
       Date:   Tue, 16 Aug 2011 15:50:32 -0400
       
       web: add support for chromium
       
       R=rsc
       http://codereview.appspot.com/4863043
       
       Diffstat:
         M bin/web                             |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/bin/web b/bin/web
       t@@ -31,7 +31,7 @@ plumbunix()
                        $BROWSER -remote 'openURL('"$@"',new-tab)' ||
                        $BROWSER "$@"
                        ;;
       -        *google-chrome*)
       +        *google-chrome*|*chromium*)
                        $BROWSER "$@"
                        ;;
                esac