From 09e611e69fe92baeb0b6c1b35bd8fe7032b77cf9 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Mon, 31 Oct 2016 15:08:34 +0000 Subject: Fix LD_LIBRARY_PATH. --- run/dumpsubs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'run') 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 $* -- cgit v1.2.3