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