From 1b0130961ebc308bba4c9ced3988558bfac103d9 Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Wed, 7 Nov 2012 00:22:33 +0000 Subject: checkbashisms: clean up export statements. Signed-off-by: Robin H. Johnson --- test/setup_env.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test') diff --git a/test/setup_env.sh b/test/setup_env.sh index f992d714..f7996eea 100755 --- a/test/setup_env.sh +++ b/test/setup_env.sh @@ -17,8 +17,9 @@ elif ! . ${top_srcdir}/sh/functions.sh; then exit 1 fi -export LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH} -export PATH=${top_builddir}/src/rc:${PATH} +LD_LIBRARY_PATH=${top_builddir}/src/libeinfo:${top_builddir}/src/librc:${LD_LIBRARY_PATH} +PATH=${top_builddir}/src/rc:${PATH} +export LD_LIBRARY_PATH PATH cd ${top_srcdir}/src/rc ${MAKE:-make} links >/dev/null -- cgit v1.2.3