(check_common_specifier) Fix msg() bug found by -Wformat.
[pspp] / tests / xforms / expressions.sh
index a6e8fd3ec75003e581cd1c18f39fe276b9f3365c..dfa31e8b396c00c175590dfd5555ebc7aaa026e2 100755 (executable)
@@ -9,12 +9,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()
 {
-     #rm -rf $TEMPDIR
+     rm -rf $TEMPDIR
      :
 }