summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tools/osx_packaging/startup_script4
1 files changed, 1 insertions, 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