Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / examine-percentiles.sh
index 2275461ad2a9c9dde831ed480d0f214b29575b2a..37a33379a4e17ee582a9f3f6bbb7553b88825378 100755 (executable)
@@ -12,7 +12,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()