Revise.
[pspp] / tests / command / sysfiles.sh
index 2352a70f6f76fc1c2c461579c84bf67def1fc3c5..48f561bc795ece3b881e9c85343e2a78d75c2a8f 100755 (executable)
@@ -12,11 +12,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
 }