Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
[pspp] / tests / stats / ntiles.sh
index 35d4af737deba3186d1aad520814c701b39254c5..fb2ac6dc138972ad4f64d6386825ceeb8d45d814 100755 (executable)
@@ -9,11 +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()
 {
+     cd /
      rm -rf $TEMPDIR
      :
 }