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

Changes helpers.fileExists to use regular stat instead of lstat. #21

Merged
merged 1 commit into from
Apr 19, 2019

Conversation

tgockel
Copy link
Contributor

@tgockel tgockel commented Apr 18, 2019

This fixes issue #20 -- where you get "file not found" errors when the
target of an $include is a symlink to a file. Use of stat means the
system will follow these symlinks instead of returning information about
the link itself.

This fixes issue javanile#20 -- where you get "file not found" errors when the
target of an `$include` is a symlink to a file. Use of `stat` means the
system will follow these symlinks instead of returning information about
the link itself.
@francescobianco
Copy link
Member

@tgockel Good work!! Thanks for your support. :-)

@francescobianco francescobianco merged commit 1bb0c89 into javanile:master Apr 19, 2019
@tgockel tgockel deleted the issue/20/symlinks branch April 19, 2019 14:41
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.

2 participants