Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / list.sh
index c1e67dd4c96376978b30eaa51b34580ee69cf189..894b44f80f7ac204464246ef59ea0ea8370c041a 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()