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

fix: gvm-installer zsh incompatible use of == #468

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

jwatte
Copy link

@jwatte jwatte commented Mar 15, 2024

zsh wants "=" not "==" for test equality.
"=" also works in bash.
zsh is the default shell on MacOS, so it seems prudent to work by default on that platform.

zsh wants "=" not "==" for test equality.
"=" also works in bash.
zsh is the default shell on MacOS, so it seems prudent to work by default on that platform.
@LiberQuack
Copy link

anyone able to merge it?

@stefanmcshane
Copy link

Bump on getting this merged

@itxtoledo
Copy link

why this is not merged yet?

@Wattsy2020
Copy link

Had the same problem
Also we could switch to using [[ ]] instead following this recommendation
e.g. if [[ "$(uname)" == "Linux" ]]; then

@lewis-roo
Copy link

any reason not to merge? patch looks good

@jwatte
Copy link
Author

jwatte commented Sep 16, 2024

Look, it's only been half a year, and it's a whole full one character of a change - in four different places! - so let's be realistic here. Reviews take time.

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.

6 participants