tSmall tweaks - plan9port - [fork] Plan 9 from user space
(HTM) git clone git://src.adamsgaard.dk/plan9port
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit a770daa795754cb600ad3fab2fdd2961147006c4
(DIR) parent 038e9089b354385cada2a35663c863d43dd5b20d
(HTM) Author: rsc <devnull@localhost>
Date: Sun, 21 Mar 2004 04:32:36 +0000
Small tweaks
Diffstat:
M bin/web | 2 ++
1 file changed, 2 insertions(+), 0 deletions(-)
---
(DIR) diff --git a/bin/web b/bin/web
t@@ -10,6 +10,8 @@ plumb1()
;;
*firebird*)
$BROWSER -remote 'openURL('$i', new-window)'
+ *firefox*)
+ $BROWSER -remote 'openURL('$i', new-window)'
;;
esac
}