when no error occured.
It should only return a exit of 1 for major errors.
For example a -crop of an image that missed the image will report that it missed as a warning, but this is NOT an error, so convert should still return a
exit of 0.
ASIDE: You command should not be using
Code: Select all
&& echo $? || echo $?
Code: Select all
; echo $?
Code: Select all
; echo $status