Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / command / weight.sh
index 8f759b21c27d849d50cf2bd8fe8f26e5f0339450..3793028d1088889af4534665f519d1cc4db3d1bc 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()