Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
[pspp] / tests / bugs / lag_crash.sh
index 72683b282a9749ec004f97197411fe3e68c0222e..09f6bc78dc6a2ab1632353479565725c60463392 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
 }