Changes between Initial Version and Version 1 of Ticket #26965
- Timestamp:
- 12/28/18 17:51:16 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26965 – Description
initial v1 1 1 Using `sdh_install` to install a symlink whose target is not yet valid (e.g. is a path to a file that will be installed to `$SAGE_LOCAL` but is not yet installed) then it will fail, since the check `test -e` in `sdh_install` dereferences symlinks. 2 2 3 Marking critical since this fix is needed for #2685 8.3 Marking critical since this fix is needed for #26856.