Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / compute-fmt.sh
index b192f0c3704c1f6b9fc40281d412fc7ea6ffa80c..eada06b7b463967236c2ca4e3e0b99429fc04766 100755 (executable)
@@ -12,7 +12,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()