Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / terminate.sh
index 2f7d79196f702d36bbff83fda38f35f0a1a18619..f96ba66970cf368b2144ea17a2e868cde0a24695 100755 (executable)
@@ -13,7 +13,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()