From 66c7a24aeef1747466c166063e47817427336da3 Mon Sep 17 00:00:00 2001 From: Peter Buschman Date: Thu, 4 Dec 2008 20:04:28 +0000 Subject: [PATCH] Corrected complete override of LD_LIBRARY_PATH. This was breaking regression on Solaris. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@8118 91ce42f0-d328-0410-95d8-f526ca767f89 --- regress/scripts/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/regress/scripts/functions b/regress/scripts/functions index 37d190b307..ef0e72e3f8 100644 --- a/regress/scripts/functions +++ b/regress/scripts/functions @@ -438,6 +438,6 @@ EOF fi AUTOCHANGER_SCRIPT=${AUTOCHANGER_SCRIPT:-mtx-changer} -LD_LIBRARY_PATH=$cwd/bin +LD_LIBRARY_PATH=$cwd/bin:$LD_LIBRARY_PATH export LD_LIBRARY_PATH -- 2.39.5