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
This commit is contained in:
Paul Davis 2008-11-19 19:35:23 +00:00
parent 9dc755ea23
commit d89ee26bcf

View file

@ -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