remove forced inclusion of /usr/local/lib in LD_LIBRARY_PATH when running ./ardev

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13205 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-10-04 20:13:00 +00:00
parent b475d68a36
commit 83c2127935
1 changed files with 0 additions and 1 deletions

View File

@ -1,4 +1,3 @@
#!/bin/sh
. `dirname "$0"`/ardev_common.sh
LD_LIBRARY_PATH=/usr/local/lib:$LD_LIBRARY_PATH
exec $EXECUTABLE "$@"