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

ug+ / ugrep+ can use /bin/sh rather than /bin/bash #274

Merged
merged 2 commits into from
Aug 15, 2023

Conversation

VlkrS
Copy link
Contributor

@VlkrS VlkrS commented Aug 15, 2023

  • No bash specific features are used, both scripts are valid Posix sh according to shellcheck
  • Improves portability to platforms that don't have bash under /bin/

ug+ uses no bash specific features and is a valid posix sh script. This improves portability to platforms that do not have a bash under /bin/
ugrep+ uses no bash specific features and is a valid posix sh script. This improves portability to platforms that do not have a bash under /bin/
@genivia-inc
Copy link
Member

Thank you for contributing! Indeed, the scripts are quite simple.

@genivia-inc genivia-inc merged commit e33b5f2 into Genivia:master Aug 15, 2023
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