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

macos find double trailing slash #1

Closed
razzius opened this issue Nov 14, 2021 · 1 comment
Closed

macos find double trailing slash #1

razzius opened this issue Nov 14, 2021 · 1 comment

Comments

@razzius
Copy link
Owner

razzius commented Nov 14, 2021

$ /usr/bin/find ~/.dotfiles/script/
/Users/rabuissa/.dotfiles/script/
/Users/rabuissa/.dotfiles/script//setup.sh

Workaround: brew install findutils
and add findutils to path:

$ cat ~/.profile
export PATH="/usr/local/opt/findutils/libexec/gnubin:$PATH"
@razzius
Copy link
Owner Author

razzius commented Oct 12, 2023

It doesn't cause any issues really and I use macos very little these days, if apple fixed this it'd be cool but I'm not going to wait. Since there's a workaround anyways and it's not an issue on linux I'm closing

@razzius razzius closed this as completed Oct 12, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant