Skip to content

Correctly capturing return codes from executed programs

Latest
Compare
Choose a tag to compare
@s7clarke10 s7clarke10 released this 07 Oct 03:44
2ddc059

Return codes were not being correctly captured for executed programs. Thus an executed program would always return 0 to the shell / executing program.

By passing on the return codes, the calling program can correctly capture and raise errors.