diff options
author | wkj <devnull@localhost> | 2004-07-03 17:46:40 +0000 |
---|---|---|
committer | wkj <devnull@localhost> | 2004-07-03 17:46:40 +0000 |
commit | 71be091310083c828fea31eeb32cdc7b162d9285 (patch) | |
tree | 90b3c5b1791e71c991d4d7bcbbbf62975b4fc6c3 /bin/web | |
parent | 8414847a0709bcf83b2f0bc198a5390ab5db6072 (diff) | |
download | plan9port-71be091310083c828fea31eeb32cdc7b162d9285.tar.gz plan9port-71be091310083c828fea31eeb32cdc7b162d9285.tar.bz2 plan9port-71be091310083c828fea31eeb32cdc7b162d9285.zip |
Vanilla Mozilla, too.
Diffstat (limited to 'bin/web')
-rwxr-xr-x | bin/web | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -14,6 +14,9 @@ plumb1() *firefox*) $BROWSER -remote 'openURL('$i', new-tab)' ;; + *mozilla*) + $BROWSER -remote 'openURL('$i', new-tab)' + ;; esac } |