Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / double-frequency.sh
index 9e90edc63c562fea8a2c3a2b7a44233f73dbf347..77895ffee1a983d3332ff6047581e5a6144e17a6 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()