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

Using execute action in GitBash causes scripts to run in wrong context #74

Open
briandominick opened this issue Apr 9, 2019 · 0 comments
Assignees
Labels
bug Summer2019 Priority goal for Summer 2019

Comments

@briandominick
Copy link
Collaborator

briandominick commented Apr 9, 2019

The problem occurs when running a shell script from ruby inside a GitBash terminal (the recommended Windows Bash emulator provided by Git). When running it in the ruby console (which is what the gem does), the call to the script fails.

This is seemingly fixed by prepending sh to commands. Investigate the difference, and if it makes sense, implement the solution by fixing the sh prefix to all commands.

@briandominick briandominick self-assigned this Apr 9, 2019
@briandominick briandominick added the Summer2019 Priority goal for Summer 2019 label Jun 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Summer2019 Priority goal for Summer 2019
Projects
None yet
Development

No branches or pull requests

1 participant