Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / file-label.sh
index fea4d876071c421ae39d47da83def3f41a7226a6..99a3f6fd2dd56866e2454f5492732035f135095c 100755 (executable)
@@ -10,7 +10,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()