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

Can't use "/" in additional files #110

Open
1 task done
Salamandar opened this issue Dec 15, 2024 · 0 comments · May be fixed by #111
Open
1 task done

Can't use "/" in additional files #110

Salamandar opened this issue Dec 15, 2024 · 0 comments · May be fixed by #111

Comments

@Salamandar
Copy link

Salamandar commented Dec 15, 2024

Checklist

  • This Feature Request only contains 1 request (if you have multiple open multiple feature requests).

The idea

I was trying to add something like helpers/helpers.v2.1.d/* to additional_files, and it did not work.

After some local tests, find told me:

find: warning: '-name' matches against basenames only, but the given pattern contains a directory separator ('/'), thus the expression will evaluate to false all the time.  Did you mean '-wholename'?

So… Maybe use -wholename instead of -name ? :D

EDIT: https://www.gnu.org/software/findutils/manual/html_node/find_html/Full-Name-Patterns.html says -path is more portable than -wholename.

@Salamandar Salamandar changed the title Can't add "/" in additional files Can't use "/" in additional files Dec 15, 2024
@Salamandar Salamandar linked a pull request Dec 15, 2024 that will close this issue
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 a pull request may close this issue.

1 participant