Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / filter.sh
index 59cf5b3b9c8b3499180853d81426953330b6f49e..0745d932063af32a086fa5cd8e57b977ad906f10 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()