summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2008-11-19 19:35:23 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2008-11-19 19:35:23 +0000
commitd89ee26bcf9be9cc0d95d4011c4923811be866bc (patch)
treeaf6a7530d8417888ca06d378a0128e8128ed74e9 /tools
parent9dc755ea23d027727d4b5f86e4d74b5d4a5003ee (diff)
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
Diffstat (limited to 'tools')
-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