go-script-bash
go-script-bash copied to clipboard
Handle EXIT traps properly in @go.log_command
When @go.log_command is passed a @go command, and that command sets the EXIT trap, the @go.log_command_invoke trap will be overridden, leading to an always-failing status. This behavior needs to be at least documented, if not worked around somehow.