From 28beac17019b3367ffe5c7eb21dcdd767b7027c8 Mon Sep 17 00:00:00 2001 From: hayao Date: Fri, 8 Jan 2021 13:51:13 +0900 Subject: [PATCH] [fix] : Fixed end line --- tools/msg.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/msg.sh b/tools/msg.sh index a3a152ab..432a8ba9 100755 --- a/tools/msg.sh +++ b/tools/msg.sh @@ -135,7 +135,7 @@ while getopts "a:c:l:no:p:r:s:t:xh-:" arg; do c) adjust_chr="${OPTARG}" ;; - l) + l) customized_label=true msg_label="${OPTARG}" ;; @@ -194,7 +194,7 @@ while getopts "a:c:l:no:p:r:s:t:xh-:" arg; do bash_debug=true set -xv ;; - "help") + "help") _help exit 0 ;; -- 2.11.0