Changes between Version 62 and Version 64 of Ticket #11021
- Timestamp:
- 08/30/12 07:22:57 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #11021
-
Property
Summary
changed from
Fix "sage -info" and a bug when sourcing sage-env more than once
toFix install_package() library function
-
Property
Summary
changed from
-
Ticket #11021 – Description
v62 v64 7 7 8 8 '''OLD STUFF''' superseded by other tickets, no longer relevant: 9 10 == Fix "sage -info" and a bug when sourcing sage-env more than once == 9 11 10 12 One of the patches at #9960 did a lot of clean-up to the file `sage-spkg`: quoting environment variables, replacing tabs with spaces, etc., also adding comments and TODOs. Since those changes were not related to the issue at #9960, I've split them off and put them here instead. The main change of any content is to look at the file `SPKG.txt` rather than `SAGE.txt` when the "`-info`" flag is passed so `sage-spkg` (through `sage -info ...`). Also, warnings and error messages are now redirected to `stderr`.