Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / oneway-with-splits.sh
index 3075467cbd114faf98ba6cb68114b6c40bee42a9..c3bd703829d649175550670ab5098451e25c4ec9 100755 (executable)
@@ -11,7 +11,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()