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

pretty print

parent 8a83ece0
Branches
Tags
No related merge requests found
......@@ -74,9 +74,11 @@ StringXString GeneralOptions_String[] = {
#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 &" ,
"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 &" ,
"if [[ $(ps -e|grep mozilla|grep -v grep) ]]; "
"then mozilla -remote 'openurl(%s)' ; else mozilla %s ; fi &" ,
#endif
"System command to launch a web browser" },
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment