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

Remove hardcoding of brew prefix and some reasonable suggestions from shellcheck #2

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

movd
Copy link

@movd movd commented Apr 22, 2022

No description provided.

movd added 2 commits April 22, 2022 10:43
Apply reasonable suggestions from shellcheck:

* SC2196 egrep is non-standard and deprecated. Use grep -E instead.
* SC2166 Prefer [ p ] && [ q ] as [ p -a q ] is not well defined.
* SC2091 Remove surrounding $() to avoid executing output (or use eval if intentional)
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.

1 participant