From: hayao Date: Thu, 25 Mar 2021 04:34:54 +0000 (+0900) Subject: [fix] : Ignore SC2046 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=b84eeb7c5261b357430fd6c64d6b1559897741ba;p=alterlinux%2Fdmc.git [fix] : Ignore SC2046 --- diff --git a/dmc b/dmc index e37fc15..4266350 100755 --- a/dmc +++ b/dmc @@ -656,6 +656,7 @@ run_greeter_wizard(){ # 質問する local _greeter + # shellcheck disable=SC2046 if ! _greeter="$(ask_question -p "Please select the greeter to use." -d "${LIGHTDM_CURRENT_GREETER}" $(lightdm_greeter_list))"; then run_greeter_wizard exit 0