-
Vincent Pelletier authored
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.
668a2757
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.