Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / examine-extremes.sh
index e7ce31212192a4bac445a4013bfb2f4f5cd878bf..55d6ca7b48bc98dfcee12f3f65ff5467df1091a6 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()