Don't append -ansi to AM_CFLAGS for GCC. Using -ansi changes the
[pspp] / tests / stats / descript-basic.sh
index e904eeece80afc40d0035340fbe3166721e79498..8ce119e0975d1732b21bb189d8dd9c771d679ac9 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
 }