From 6c1eac71a992a63b208a9464bd2deb70caee95ad Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 4 Dec 2003 18:35:43 +0000 Subject: [PATCH] pretty print --- Common/DefaultOptions.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/Common/DefaultOptions.h b/Common/DefaultOptions.h index 8615e82dec..4cf7462589 100644 --- a/Common/DefaultOptions.h +++ b/Common/DefaultOptions.h @@ -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" }, -- GitLab