Revise.
[pspp] / tests / bugs / examine-1sample.sh
index 14206a59c5967c706b3679e4ca6622c909756fe0..8e0ec7bda49336389ddfd0b6ddf26acfa17afaab 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
 }