aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
}