Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
[pspp] / tests / stats / percentiles-compatible.sh
index b16cd58b95978830a192c115dda0c584ed842b38..b3d997db478b501267fae0cc76c700bf0cb9f49f 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
      :
 }