Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / t-test-indep-missing-list.sh
index 8efbb4e3fc4f719e9053f28b1a006cfd1b0debf4..6e473d91ec1408fae739bdaf655252f95a261a1a 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()