Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / temp-freq.sh
index d2c1061432d5e815b9a70195ec7ee5109fb4354e..537c5e0b509db2e44fb1edbede69d63a3de5e0e6 100755 (executable)
@@ -11,7 +11,8 @@ 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()