From 7bc612e640874d02aafb09c0b67eece63192ebd0 Mon Sep 17 00:00:00 2001 From: Peter Verthez Date: Sun, 9 Dec 2001 18:27:14 +0000 Subject: [PATCH] Append to environment variables instead of overwriting them... --- t/test_script | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/test_script b/t/test_script index fdef281..c45478e 100755 --- a/t/test_script +++ b/t/test_script @@ -6,8 +6,8 @@ file=$1 builddir=`pwd` cd $srcdir/.. -export GCONV_PATH=./ansel -export LD_LIBRARY_PATH=$builddir/../gedcom/.libs +export GCONV_PATH=$GCONV_PATH:./ansel +export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$builddir/../gedcom/.libs cp $builddir/../ansel/.libs/ANSI_Z39.47.so ansel echo "=== testing $file" $builddir/../testgedcom -2 t/$file -- 2.30.2