Skip to content
Snippets Groups Projects
Commit c920d855 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

test openbsd/netbsd, too

parent 6c1eac71
No related branches found
No related tags found
No related merge requests found
...@@ -73,7 +73,7 @@ StringXString GeneralOptions_String[] = { ...@@ -73,7 +73,7 @@ StringXString GeneralOptions_String[] = {
"explorer.exe %s" , "explorer.exe %s" ,
#elif defined(__APPLE__) #elif defined(__APPLE__)
"open %s" , "open %s" ,
#elif defined(__FreeBSD__) #elif defined (__FreeBSD__) || defined (__NetBSD__) || defined (__OpenBSD__)
"if [[ $(ps -ax|grep mozilla|grep -v grep) ]]; " "if [[ $(ps -ax|grep mozilla|grep -v grep) ]]; "
"then mozilla -remote 'openurl(%s)' ; else mozilla %s ; fi &" , "then mozilla -remote 'openurl(%s)' ; else mozilla %s ; fi &" ,
#else #else
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment