diff options
| author | Carl Hetherington <cth@carlh.net> | 2016-10-31 15:08:34 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2016-10-31 15:08:34 +0000 |
| commit | 09e611e69fe92baeb0b6c1b35bd8fe7032b77cf9 (patch) | |
| tree | d36e3df96fb3261249e3170999fbae1f66821286 | |
| parent | fce53b5d8fa0af9f198efd0f4ccb2d9b71fb027c (diff) | |
Fix LD_LIBRARY_PATH.
| -rwxr-xr-x | run/dumpsubs | 2 |
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 $* |
