Open sugarshin opened 5 years ago
@jpaskhay this PR will break yours, pipefail is set by default. my #39 can avoid it.
@xdays these changes are part of the use
command whereas the ancestor logic fix is in the reconstruct
command. I believe those execute in separate subshells. I'm honestly good with either of our approaches to the fix, but I think technically this shouldn't cause conflicts
Ultimately I think it should be up to the maintainer(s). Some of the other issues in the repo may lead to larger refractors that may make both of our patches moot anyway :)
Hi, I added
shell-options
parameter. please review 🙏Checklist
Motivation, issues
Useful to be able to select shell options when running custom-logic.
Description
I added
shell-options
parameter touse
. Default is/bin/bash -eo pipefail
.