Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / val-labs.sh
index b1e7abb0e689ec29e8bababc8a0ebc264386d6bf..e0597f461b0cfde8aa5d20286431ee6928fb6af3 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()