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

ps -ax for freebsd

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