Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / t-test.sh
index 2b747c623dfa19cb2a5ed459963b3e5a9950d417..e2d0d12accf3555ba121ea9e24984839e669c9bc 100755 (executable)
@@ -12,7 +12,8 @@ here=`pwd`;
 # ensure that top_srcdir is absolute
 cd $top_srcdir; top_srcdir=`pwd`
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 
 cleanup()