From d89ee26bcf9be9cc0d95d4011c4923811be866bc Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Wed, 19 Nov 2008 19:35:23 +0000 Subject: [PATCH] remove newlines from jack-missing error message so that it actually works git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@4216 d708f5d6-7413-0410-9779-e7cbd77b26cf --- tools/osx_packaging/startup_script | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tools/osx_packaging/startup_script b/tools/osx_packaging/startup_script index 4c0dff1ee1..c4ac0dce4c 100644 --- a/tools/osx_packaging/startup_script +++ b/tools/osx_packaging/startup_script @@ -7,9 +7,7 @@ if test ! -x /usr/local/bin/jackd -a ! -x /usr/bin/jackd ; then osascript -e 'tell application "Terminal" -display dialog "You do not have JACK installed.\ -Ardour will not run without it.\ -See http://jackaudio.org/ for info" buttons["OK"] +display dialog "You do not have JACK installed. Ardour will not run without it. See http://jackaudio.org/ for info" buttons["OK"] end tell' exit 1 fi