mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-06 21:55:43 +01:00
merging trunk
git-svn-id: svn://localhost/ardour2/branches/undo@652 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
7ff370e798
commit
7968974c01
116 changed files with 735 additions and 12963 deletions
9
tools/osx_packaging/bin/getdisplay.sh
Executable file
9
tools/osx_packaging/bin/getdisplay.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# Author: Aaron Voisine <aaron@voisine.org>
|
||||
|
||||
if [ "$DISPLAY"x == "x" ]; then
|
||||
echo :0 > /tmp/$UID/TemporaryItems/display
|
||||
else
|
||||
echo $DISPLAY > /tmp/$UID/TemporaryItems/display
|
||||
fi
|
||||
Loading…
Add table
Add a link
Reference in a new issue