summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2016-10-31 15:08:34 +0000
committerCarl Hetherington <cth@carlh.net>2016-10-31 15:08:34 +0000
commit09e611e69fe92baeb0b6c1b35bd8fe7032b77cf9 (patch)
treed36e3df96fb3261249e3170999fbae1f66821286
parentfce53b5d8fa0af9f198efd0f4ccb2d9b71fb027c (diff)
Fix LD_LIBRARY_PATH.
-rwxr-xr-xrun/dumpsubs2
1 files changed, 1 insertions, 1 deletions
diff --git a/run/dumpsubs b/run/dumpsubs
index e07464a..14de51d 100755
--- a/run/dumpsubs
+++ b/run/dumpsubs
@@ -1,4 +1,4 @@
#!/bin/bash -e
-export LD_LIBRARY_PATH=build/src
+export LD_LIBRARY_PATH=build/src:$LD_LIBRARY_PATH
build/tools/dumpsubs $*