Remove short circuit from logical checks on command exit codes
Description
The following will never reach the 3rd command
because all execution stops after the first "&&". Look at continuing to execute the command chain so long as the next part is compatible with the previous exit code.
Activity
Show:
Fixed
Pinned fields
Click on the next to a field label to start pinning.
The following will never reach the 3rd command
because all execution stops after the first "&&". Look at continuing to execute the command chain so long as the next part is compatible with the previous exit code.