replaced busted sed substitution with functioning perl substitutions
[pspp-builds.git] / tests / command / t-test-indep-missing-anal.sh
index 9fc71817089b8a04f4da5b5b9cb8afa81a6dc38e..2f43310874f21e99977c8b1cc38e1b68df4ea975 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
 }