Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / alpha-freq.sh
index fcd4eaca3d4a5236d58b42bf497b50682bd3ce41..b3a9d09ad55236179fe9f1e1be5ba1294e9d479e 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()