Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
[pspp] / tests / command / lag.sh
index bafb74917b9ff432efd449b8f86965ef0a9a0589..579fd5af8c297506e503485d47f7c9b87aba4c9d 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
 }