(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp] / tests / command / examine-extremes.sh
index e7ce31212192a4bac445a4013bfb2f4f5cd878bf..b10fdbca5afc0fa8821f0f296eb4da4e896dc4bd 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
 }