shell/caucase.sh: Remove return value when it is "$?".
Is no value is provided to a return statement, the status of the last command ran is returned, making "$?" superfluous.
Showing
Please register or sign in to comment
Is no value is provided to a return statement, the status of the last command ran is returned, making "$?" superfluous.