save coefficients in innovations estimate structure
[pspp-builds.git] / tests / bugs / terminate.sh
index 2f7d79196f702d36bbff83fda38f35f0a1a18619..669a308d3f9ac8cbc3f949be823c9f18d74d1b3d 100755 (executable)
@@ -13,11 +13,13 @@ 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()
 {
+     cd /
      rm -rf $TEMPDIR
 }