Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / expressions / expressions.sh
index c4e48f409061108672c87a8e14b8c058c3ca2a49..a280988082a5128d25f89f938cc15cdb952534f1 100755 (executable)
@@ -9,7 +9,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()