diff options
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/flags.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/flags.ml b/lib/flags.ml index 0635ad7c1f..dbb8c38abf 100644 --- a/lib/flags.ml +++ b/lib/flags.ml @@ -129,4 +129,4 @@ let browser_cmd_fmt = Not_found -> if Sys.os_type = "Win32" then "C:\\PROGRA~1\\INTERN~1\\IEXPLORE %s" - else "firefox -remote \"OpenURL(%s,new-tab)\" || firefox %s" + else "firefox -remote \"OpenURL(%s,new-tab)\" || firefox %s &" |
