From: Cyril H. <ch...@su...> - 2015-09-24 18:08:56
|
Hi! > +''|*[!0-9]*) > + usage > + exit_parameter;; > + *) ;; > esac I've removed the trailing whitespace at the end of the ''|*[!0-9]*) and updated the commit message and pushed, thanks. BTW: The canonical format for the git commit message is: short commit description <= 50 characters [empty line] longer commit description that may span across multiple lines with lines up to 72 chars long... [empty line] Signed-off-by: ... -- Cyril Hrubis ch...@su... |