Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / expressions / randist.sh
index 102492ad45c98eb3227e3e5840206af5b1ff871c..9c1ed925c688e013c1ccd2e22aa1a385f8eb7c88 100755 (executable)
@@ -9,7 +9,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()