diff options
author | rsc <devnull@localhost> | 2004-03-21 04:32:36 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2004-03-21 04:32:36 +0000 |
commit | a770daa795754cb600ad3fab2fdd2961147006c4 (patch) | |
tree | 8dc01082c309a6bba2eec638f3cd43e9306820ab | |
parent | 038e9089b354385cada2a35663c863d43dd5b20d (diff) | |
download | plan9port-a770daa795754cb600ad3fab2fdd2961147006c4.tar.gz plan9port-a770daa795754cb600ad3fab2fdd2961147006c4.tar.bz2 plan9port-a770daa795754cb600ad3fab2fdd2961147006c4.zip |
Small tweaks
-rwxr-xr-x | bin/web | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -10,6 +10,8 @@ plumb1() ;; *firebird*) $BROWSER -remote 'openURL('$i', new-window)' + *firefox*) + $BROWSER -remote 'openURL('$i', new-window)' ;; esac } |