OSDN Git Service

[fix] : Ignore SC2046
authorhayao <hayao@fascode.net>
Thu, 25 Mar 2021 04:34:54 +0000 (13:34 +0900)
committerhayao <hayao@fascode.net>
Thu, 25 Mar 2021 04:34:54 +0000 (13:34 +0900)
dmc

diff --git a/dmc b/dmc
index e37fc15..4266350 100755 (executable)
--- 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