Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / stats / moments.sh
index 0bca3fbcfaec9f1e8b3714a632b83d9de0c71810..8c98bb638e01753dafba22dda6814fb2260b29af 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()