Fix use of "export" to work with traditional shells.
[pspp-builds.git] / tests / stats / descript-missing.sh
index 3820a5f32817e207b771cea69b9a34f8caf20d40..ae8bc5a0c9d4f72aa5b70057f171cb14b073010d 100755 (executable)
@@ -9,7 +9,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()