Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix that repairs the ability to execute commands with Bash in case command is not found on path #1265

Merged
merged 1 commit into from
Jul 1, 2022

Conversation

petervdonovan
Copy link
Collaborator

@petervdonovan petervdonovan commented Jul 1, 2022

This repairs the "execute" command that for scripts that use Node. I believe that Node is unusual in the way it is added to $PATH -- it only is present in the shell environment, which might be why we have to invoke it in this special way.

Issue reported here.

Copy link
Member

@lhstrh lhstrh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, @billy-bao and @petervdonovan!

@lhstrh lhstrh changed the title Apply fix suggested by @billy-bao. Repair ability to execute commands with Bash in case command is not found on path Jul 1, 2022
@lhstrh lhstrh merged commit 8e5fb5b into master Jul 1, 2022
@lhstrh lhstrh deleted the fix-execute-command branch July 1, 2022 02:56
@petervdonovan petervdonovan restored the fix-execute-command branch July 1, 2022 04:05
@lhstrh lhstrh mentioned this pull request Jul 1, 2022
lhstrh added a commit that referenced this pull request Jul 1, 2022
@lhstrh lhstrh added bug Something isn't working bugfix and removed bug Something isn't working labels Jul 7, 2022
@lhstrh lhstrh changed the title Repair ability to execute commands with Bash in case command is not found on path Fix that repairs the ability to execute commands with Bash in case command is not found on path Jul 20, 2022
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants