commit | 71be091310083c828fea31eeb32cdc7b162d9285 | [log] [tgz] |
---|---|---|
author | wkj <devnull@localhost> | Sat Jul 03 17:46:40 2004 +0000 |
committer | wkj <devnull@localhost> | Sat Jul 03 17:46:40 2004 +0000 |
tree | 90b3c5b1791e71c991d4d7bcbbbf62975b4fc6c3 | |
parent | 8414847a0709bcf83b2f0bc198a5390ab5db6072 [diff] [blame] |
Vanilla Mozilla, too.
diff --git a/bin/web b/bin/web index a761518..6fe66f9 100755 --- a/bin/web +++ b/bin/web
@@ -14,6 +14,9 @@ *firefox*) $BROWSER -remote 'openURL('$i', new-tab)' ;; + *mozilla*) + $BROWSER -remote 'openURL('$i', new-tab)' + ;; esac }