Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / trimmed-mean.sh
index ade3b869443a1050494c6489cc04e642aa721994..70b79918e0858873ecc4cbd44442d11368df0e0a 100755 (executable)
@@ -11,7 +11,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()