(validate_function_args) Fix two msg() bugs found by -Wformat.
[pspp] / tests / command / split-file.sh
index 47f2fa883d0f8410b0bdb1f62db1ade732dba917..f9ae79abab3e93923a86e42701fa9c2229605118 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
 }