Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / bugs / match-files-scratch.sh
index afdea8a994029a3e685b2e4db9ac47735938ee6a..9646b0038940229dea174d81b6d15334b5f07bee 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()