Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / stats / percentiles-compatible.sh
index b16cd58b95978830a192c115dda0c584ed842b38..c9858bdc61e78dcc513c3686ef0c3f100601265b 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()