Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / oneway.sh
index 6245ec8fd28e3d7e2941efdfad5c3392a4b620c3..c86860900042366c805c272659d3ca20f63e5420 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()