Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / match-files.sh
index bb4729391cbd9e248bcd3924ae9ec0b3a74dc852..e3827383c2eef3dc364beb4b35daa3b4963bd1b8 100755 (executable)
@@ -12,7 +12,8 @@ here=`pwd`;
 cd $top_srcdir; top_srcdir=`pwd`
 
 
-export STAT_CONFIG_PATH=$top_srcdir/config
+STAT_CONFIG_PATH=$top_srcdir/config
+export STAT_CONFIG_PATH
 
 cleanup()
 {