aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-03-21 04:32:36 +0000
committerrsc <devnull@localhost>2004-03-21 04:32:36 +0000
commita770daa795754cb600ad3fab2fdd2961147006c4 (patch)
tree8dc01082c309a6bba2eec638f3cd43e9306820ab /bin
parent038e9089b354385cada2a35663c863d43dd5b20d (diff)
downloadplan9port-a770daa795754cb600ad3fab2fdd2961147006c4.tar.gz
plan9port-a770daa795754cb600ad3fab2fdd2961147006c4.tar.bz2
plan9port-a770daa795754cb600ad3fab2fdd2961147006c4.zip
Small tweaks
Diffstat (limited to 'bin')
-rwxr-xr-xbin/web2
1 files changed, 2 insertions, 0 deletions
diff --git a/bin/web b/bin/web
index 39615200..a597f2da 100755
--- 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
}