Reverted --display=localhost:0.0
git-svn-id: svn://localhost/trunk/ardour2@240 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
@@ -5,7 +5,7 @@ export ARDOUR_GLADE_PATH=./glade
|
||||
if [ -x ./ardour.bin ] ; then
|
||||
# scons executable
|
||||
export LD_LIBRARY_PATH=../libs/ardour
|
||||
exec ./ardour.bin --novst --display=localhost:0.0 $*
|
||||
exec ./ardour.bin --novst $*
|
||||
else
|
||||
# autofoo/make executable
|
||||
export LD_LIBRARY_PATH=../libs/ardour
|
||||
|
||||
Reference in New Issue
Block a user