Skip to content

Fix shell script compatibility with macOS #17

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

Merged
merged 3 commits into from
May 1, 2019

Conversation

parasyte
Copy link
Contributor

This is a followup from #14 ... Finally getting around to submitting the PR to fix the shell scripts on macOS!

  • tac does not exist on macOS, but tail -f is equivalent
  • stat does not support --printf, but -f is equivalent
  • find does not support -printf, but piping to xargs -n 1 basename is equivalent
  • echo -e does not support \e, but \033 is equivalent

@parasyte parasyte mentioned this pull request Apr 27, 2019
Copy link
Owner

@jethrogb jethrogb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks so much for your PR!

@jethrogb jethrogb merged commit 8e09f8c into jethrogb:master May 1, 2019
@parasyte parasyte deleted the fix/macos branch May 1, 2019 01:57
@parasyte parasyte restored the fix/macos branch May 13, 2019 23:09
@parasyte parasyte deleted the fix/macos branch May 24, 2019 05:02
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