Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix handling of symlinks causing directory tree recursion to break #11

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

winstona
Copy link

This should fix issue: #8

symlinks are stored in the data file as:

l 2017-09-24 18:41:05 30 <srcdir>/extlinux.conf -> ../boot/extlinux/extlinux.conf

the destination -> ../boot/extlinux/extlinux.conf breaks traversal of the directory tree, causing subdirectory placement to put directories in the wrong location.

This fix strips out the destination leaving just the symlink filename

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant