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

docs: fix some broken links #46

Merged
merged 2 commits into from
Jun 5, 2024
Merged

Conversation

purarue
Copy link
Contributor

@purarue purarue commented May 2, 2024

No description provided.

@purarue
Copy link
Contributor Author

purarue commented May 3, 2024

hm, mac CI doesnt have access to one of the CLI flags I guess?

diff: unrecognized option `--new-line-format='

dont know if this is a CI issue or a change in the diff CLI flags on mac, dont have a machine I can test on right now

@karlicoss
Copy link
Owner

Yeah, thanks Apple, doesn't even spare a version number 🙄
Gonna take a look, I guess most likely it would require GNU diff from brew

bash-3.2$ diff --version
Apple diff (based on FreeBSD diff)

@karlicoss karlicoss merged commit d2d7345 into karlicoss:master Jun 5, 2024
6 of 8 checks passed
@purarue
Copy link
Contributor Author

purarue commented Jun 5, 2024

yeah, iirc when I used to use a mac could install coreutils and those are prefixed with g, like gdiff:

Commands also provided by macOS and the commands dir, dircolors, vdir have been installed with the prefix "g".
If you need to use these commands with their normal names, you can add a "gnubin" directory to your PATH with:
    PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"

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