Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PLAT-6938: Run scripts with bash (#112)
Execute scripts using bash not as a command to bash. This avoids issues with file permissions getting lost along the way. We require the outer bash (interpreter) to split the command into separate arguments to be passed to our script.
- Loading branch information