shell/caucase.sh: Remove unnecessary return statements.
If there is no return statement, shell functions return the status of the last command they ran. So "return $?" as last function statement is superfluous.
Showing
Please register or sign in to comment