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