aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2004-04-19 05:52:12 +0000
committerrsc <devnull@localhost>2004-04-19 05:52:12 +0000
commit25cb46f9304dbb20aee3713a1c4cc4224c0fc745 (patch)
tree9d40de2198e9106961adf9d28123345140bd4dd1 /bin
parentc57a7371ba73df79aecdf64addf4254ef61e6b29 (diff)
downloadplan9port-25cb46f9304dbb20aee3713a1c4cc4224c0fc745.tar.gz
plan9port-25cb46f9304dbb20aee3713a1c4cc4224c0fc745.tar.bz2
plan9port-25cb46f9304dbb20aee3713a1c4cc4224c0fc745.zip
use new tab for firefox
Diffstat (limited to 'bin')
-rwxr-xr-xbin/web2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/web b/bin/web
index 7ca1c7de..e7db04de 100755
--- a/bin/web
+++ b/bin/web
@@ -12,7 +12,7 @@ plumb1()
$BROWSER -remote 'openURL('$i', new-window)'
;;
*firefox*)
- $BROWSER -remote 'openURL('$i', new-window)'
+ $BROWSER -remote 'openURL('$i', new-tab)'
;;
esac
}