(parse_rank_function) Fix msg() bug found by -Wformat.
[pspp] / tests / bugs / crosstabs-crash.sh
index db301560f90015ac6b6297dc25aa5785fddf4101..f77ce50bfa395158fe3c8b2bd8c7ba5350241e70 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
 }