(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp] / tests / bugs / compute-fmt.sh
index b192f0c3704c1f6b9fc40281d412fc7ea6ffa80c..e9b8617c707a98b818dbe514fc093157d04448c7 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
 }