Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / loop.sh
index 3535134b728b72e257a5465d97df50a51e755fe7..7cb5e2fb71faf988d4bc22d0a8c802b830b1a73f 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()