Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / lag_crash.sh
index 72683b282a9749ec004f97197411fe3e68c0222e..5636784d923deef359a024805a6eff8d86f578c7 100755 (executable)
@@ -10,7 +10,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()