Initial version
[pspp] / tests / bugs / html-frequency.sh
index 7c12397abcd9da03c34ae89c51f13bce8be84128..e3df6fdeddc10d0a1ae6741cdb40c01aa77dacf1 100755 (executable)
@@ -13,10 +13,12 @@ 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
 }