commit | a770daa795754cb600ad3fab2fdd2961147006c4 | [log] [tgz] |
---|---|---|
author | rsc <devnull@localhost> | Sun Mar 21 04:32:36 2004 +0000 |
committer | rsc <devnull@localhost> | Sun Mar 21 04:32:36 2004 +0000 |
tree | 8dc01082c309a6bba2eec638f3cd43e9306820ab | |
parent | 038e9089b354385cada2a35663c863d43dd5b20d [diff] [blame] |
Small tweaks
diff --git a/bin/web b/bin/web index 3961520..a597f2d 100755 --- a/bin/web +++ b/bin/web
@@ -10,6 +10,8 @@ ;; *firebird*) $BROWSER -remote 'openURL('$i', new-window)' + *firefox*) + $BROWSER -remote 'openURL('$i', new-window)' ;; esac }