exit here

Signed-off-by: fbt <fbt@fleshless.org>
This commit is contained in:
Jack L. Frost 2018-07-27 20:21:26 +03:00
parent 213c8e4ce2
commit 5675a08012
1 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ cfg() {
(true|false|0|1) true;; (true|false|0|1) true;;
(*) (*)
error "On line $LINENO, in $FUNCNAME: Invalid value for '$s_name' type 'bool': '$2'" error "On line $LINENO, in $FUNCNAME: Invalid value for '$s_name' type 'bool': '$2'"
return 11 exit 111
;; ;;
esac esac
} }
@ -68,7 +68,7 @@ cfg() {
else else
[[ -n $_s ]] || { [[ -n $_s ]] || {
error "On line $LINENO, in $FUNCNAME: invalid option: '$s_name'" error "On line $LINENO, in $FUNCNAME: invalid option: '$s_name'"
return 13 exit 113
} }
case $_s_type in case $_s_type in