plan9port

fork of plan9port with libvec, libstr and libsdb
Log | Files | Refs | README | LICENSE

commit a770daa795754cb600ad3fab2fdd2961147006c4
parent 038e9089b354385cada2a35663c863d43dd5b20d
Author: rsc <devnull@localhost>
Date:   Sun, 21 Mar 2004 04:32:36 +0000

Small tweaks

Diffstat:
Mbin/web | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/bin/web b/bin/web @@ -10,6 +10,8 @@ plumb1() ;; *firebird*) $BROWSER -remote 'openURL('$i', new-window)' + *firefox*) + $BROWSER -remote 'openURL('$i', new-window)' ;; esac }