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 }