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

Use of [[ in shell scripts - not supported in sh on Ubuntu #256

Open
ninetyninereds opened this issue Feb 2, 2022 · 1 comment
Open
Labels
bug Something isn't working

Comments

@ninetyninereds
Copy link

On Ubuntu /bin/sh does not support [[, which is used in the shell scripts (which have a shebang pointing to /bin/sh, and are I believe also called explicitly by sh in some paces). This is similar the the old issue #261 (pushd). Possible fixes are changing the scripts, or perhaps just explicitly demanding /bin/sh points to bash.

@davidcheung davidcheung added the bug Something isn't working label Feb 3, 2022
@davidcheung
Copy link
Contributor

davidcheung commented Feb 3, 2022

Thanks for pointing that out, should probably just use bash so the experience is more uniform I think

related commitdev/zero/issues/261

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants