go-script-bash icon indicating copy to clipboard operation
go-script-bash copied to clipboard

Handle EXIT traps properly in @go.log_command

Open mbland opened this issue 8 years ago • 0 comments

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.

mbland avatar Oct 10 '17 15:10 mbland