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 SHELL var override to fix Makefile multi-line execution #1385

Merged
merged 3 commits into from
Mar 20, 2021

Conversation

alexshtin
Copy link
Member

@alexshtin alexshtin commented Mar 17, 2021

What changed?
Remove SHELL var override to fix Makefile multi-line execution.

Why?
Overridden SHELL caused problems with multiline statements. The only reason it was used for is add GOBIN to PATH which can be achieved with simple PATH override.

How did you test it?
Run locally.

Potential risks
No risks.

Is hotfix candidate?
No.

@alexshtin alexshtin enabled auto-merge (squash) March 17, 2021 20:50
@feedmeapples
Copy link
Contributor

feedmeapples commented Mar 17, 2021

could you update the title to clearly state the value that the work adds, ex
Fix Makefile multi-line statement execution (or Remove shell override to fix Makefile multi-line execution if tech detail is important enough)

Then tech details can be mentioned in the description if needed

@alexshtin alexshtin changed the title Remove SHELL var override in Makefile Remove SHELL var override to fix Makefile multi-line execution Mar 19, 2021
@alexshtin alexshtin merged commit d0665fc into temporalio:master Mar 20, 2021
@alexshtin alexshtin deleted the feature/remove-shell-override branch March 29, 2021 17:24
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.

3 participants