Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / html-frequency.sh
index 7c12397abcd9da03c34ae89c51f13bce8be84128..5d8c2bf059fed74ccbbcd0e1b2af4ca0fb6d9f8f 100755 (executable)
@@ -13,7 +13,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()
 {