tVanilla Mozilla, too. - plan9port - [fork] Plan 9 from user space
git clone git://src.adamsgaard.dk/plan9port
Log
Files
Refs
README
LICENSE
---
commit 71be091310083c828fea31eeb32cdc7b162d9285
parent 8414847a0709bcf83b2f0bc198a5390ab5db6072
Author: wkj 
Date:   Sat,  3 Jul 2004 17:46:40 +0000

Vanilla Mozilla, too.

Diffstat:
  M bin/web                             |       3 +++

1 file changed, 3 insertions(+), 0 deletions(-)
---
diff --git a/bin/web b/bin/web
t@@ -14,6 +14,9 @@ plumb1()
         *firefox*)
                 $BROWSER -remote 'openURL('$i', new-tab)'
                 ;;
+        *mozilla*)
+                $BROWSER -remote 'openURL('$i', new-tab)'
+                ;;
         esac
 }