You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Absolute targets were converted before, but it was too simple to
be right other than when the link target was in the same directory.
With this change absolute symlinks like
/sbin/ls -> /bin/busybox
are converted to
/sbin/ls -> ../bin/busybox
Co-authored-by: Andrew Fasano <fasano@mit.edu>
0 commit comments