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: Explicity specify bash as shell in Makefile #61

Merged
merged 1 commit into from
Mar 8, 2022

Conversation

paiyar
Copy link
Contributor

@paiyar paiyar commented Mar 8, 2022

Background

As the Makefile uses bash builtins, e.g. [[, ]] -- explicitly set the shell to bash

Note

Although OSX happily defaults to bash, on Ubuntu/Debian it defaults to sh and results in: /bin/sh: 1: [[: not found

Background
---
As the Makefile uses bash builtins, e.g. `[[`, `]]` -- explicitly set the shell to bash

Note
---
Although OSX happily defaults to bash, on Ubuntu/Debian it defaults to sh and results in: `/bin/sh: 1: [[: not found`
@guineveresaenger
Copy link
Contributor

Thanks for your PR @paiyar!

@guineveresaenger guineveresaenger self-assigned this Mar 8, 2022
@guineveresaenger guineveresaenger added impact/no-changelog-required This issue doesn't require a CHANGELOG update kind/bug Some behavior is incorrect or out of spec labels Mar 8, 2022
@guineveresaenger guineveresaenger merged commit ecf121e into pulumi:main Mar 8, 2022
@paiyar paiyar deleted the patch-1 branch March 9, 2022 00:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
impact/no-changelog-required This issue doesn't require a CHANGELOG update kind/bug Some behavior is incorrect or out of spec
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants