On Jan 7, 8:37 am, "Dr. David Kirkby" <[email protected]> wrote: > > The changes introduced are deliberately very small - which is why I think the > file is safe. > > Unfortunately, given the file sage-env has no "echo" statements, it's hard to > know exactly what sage-env has done, compared to what would have been done had > the modified script not been used. (But of course if it did have echo > statements, it would cause an annoyance when starting Sage).
In the new version of sage-env, there are two "if" statements involving "$SAGE_PRINT_ENVIRONMENT". It makes a lot of sense not to print these by default (for example, when starting Sage), but maybe the second group of statements, summarizing the settings of the variables, should be printed at the start of the "make" process. It seems like that could help in debugging, and since the make produces such a long install.log file anyway, adding a few lines doesn't seem like a big deal to me. -- John
-- To post to this group, send an email to [email protected] To unsubscribe from this group, send an email to [email protected] For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org
