Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-indep-missing-anal.sh
index 9fc71817089b8a04f4da5b5b9cb8afa81a6dc38e..fdcccda1795f651b2164ae0712739971ff0c7b6a 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()