From 5675a0801276591b32d5b392c716f00e0ccaf0bf Mon Sep 17 00:00:00 2001 From: fbt Date: Fri, 27 Jul 2018 20:21:26 +0300 Subject: [PATCH] exit here Signed-off-by: fbt --- sx-open | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sx-open b/sx-open index 6647981..c0424b7 100755 --- a/sx-open +++ b/sx-open @@ -48,7 +48,7 @@ cfg() { (true|false|0|1) true;; (*) error "On line $LINENO, in $FUNCNAME: Invalid value for '$s_name' type 'bool': '$2'" - return 11 + exit 111 ;; esac } @@ -68,7 +68,7 @@ cfg() { else [[ -n $_s ]] || { error "On line $LINENO, in $FUNCNAME: invalid option: '$s_name'" - return 13 + exit 113 } case $_s_type in