Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / aggregate.sh
index fd14d66ddce3f762680c30f6882a4d328cec4272..c6f48ae913e30f49604296441f2ffc239fcb8f77 100755 (executable)
@@ -12,7 +12,8 @@ here=`pwd`;
 cd $top_srcdir; top_srcdir=`pwd`
 
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 cleanup()
 {