mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 00:17:49 +01:00
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:
parent
9dc755ea23
commit
d89ee26bcf
1 changed files with 1 additions and 3 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue