Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / split-file.sh
index 47f2fa883d0f8410b0bdb1f62db1ade732dba917..2c2d57378dfc306dacf7e4c302575207e45e83a9 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()