Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / stats / descript-mean-bug.sh
index 48ff213ba0a368606b5884b5530374faf6efbad8..8588c761175d405b95c0e70b32ac1be1f3040342 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()