Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / xforms / expressions.sh
index 978436ef0697db31862b46d65dc67f2a4af53334..dfa31e8b396c00c175590dfd5555ebc7aaa026e2 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()