Initial version
[pspp] / tests / command / erase.sh
index 760ac7d881376098e742f4d7e8e855dd9456f85d..1c010d8c0c3b441647325e79ffa1803fe0f3c028 100755 (executable)
@@ -10,11 +10,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
 }