Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / crosstabs.sh
index 1635fe589dbabafa8456fbc4b65cf773faf4402e..0125d7e7b14d1c9a6fd535291f1aa4d8fc36e073 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()