Added return statement

This commit is contained in:
Robert Siska 2014-08-05 17:07:09 +02:00
parent 8c431f76ea
commit b917aff935
1 changed files with 2 additions and 0 deletions

View File

@ -52,3 +52,5 @@ case "$state" in
_describe -t format format format_values && ret=0 _describe -t format format format_values && ret=0
;; ;;
esac esac
return $ret