Initial version
[pspp] / tests / bugs / agg_crash.sh
index 0cadfe2c267c86e21bcbb64ab90ce6b5802bda30..fb2556f9cca3e54f06cc86d16337f46b00bb15f9 100755 (executable)
@@ -11,11 +11,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
 }