summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-06-10 22:24:19 +0200
committerRobin Gareus <robin@gareus.org>2013-06-10 22:24:19 +0200
commit2b745cab644e41860175e2bb4e21bcb190610223 (patch)
tree627d88f964a2596b411acce9ce3e31822298bd52 /tools
parent4023a120ad321cc29d717b28fd3648e03f39c06d (diff)
set PATH (used for harvid+ffmpeg)
Diffstat (limited to 'tools')
-rw-r--r--tools/linux_packaging/ardour.sh.in3
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/linux_packaging/ardour.sh.in b/tools/linux_packaging/ardour.sh.in
index 33dfc45515..6545e80b40 100644
--- a/tools/linux_packaging/ardour.sh.in
+++ b/tools/linux_packaging/ardour.sh.in
@@ -31,9 +31,6 @@ if [ ! -d $USER_ARDOUR_DIR ] ; then
mkdir -p $USER_ARDOUR_DIR || exit 1
fi
-PATH="${BIN_DIR}:${PATH}"
-export PATH
-
# this triggers code in main() that will reset runtime environment variables
# to point to directories inside the ardour package