Fix LD_LIBRARY_PATH.
authorCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 15:08:34 +0000 (15:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Mon, 31 Oct 2016 15:08:34 +0000 (15:08 +0000)
run/dumpsubs

index e07464afb9f2a10d1af227fab6c62064c5c8afc2..14de51df4e6f8a6d7381a71d8621ac2a89c25d74 100755 (executable)
@@ -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 $*