Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / beg-data.sh
index 4820ab660fea114384da1ede0e2bc812ab678703..66ef60cc043ecf57ce099db524ffd5771781329f 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()