ctutil -run returned 1 when all commands were successful
The ctutil -run command returned a value of 1 even though all the commands were successful. The logic has been modified to return 0 (no errors) if all commands were successful and to return the command line number if a command failed.