OSDN Git Service

[fix] : Fixed SC2086
authorhayao <hayao@fascode.net>
Mon, 2 Aug 2021 13:44:29 +0000 (22:44 +0900)
committerhayao <hayao@fascode.net>
Mon, 2 Aug 2021 13:44:29 +0000 (22:44 +0900)
tools/wizard.sh

index a6729b8..85751b6 100755 (executable)
@@ -700,12 +700,6 @@ Function_Global_Ask_out_dir () {
                 "The directory is unavailable."
             Function_Global_Ask_out_dir
             return 0
-        elif [[ -n "$(ls ${out_dir})" ]]; then
-            msg_error \
-                "ディレクトリは空ではありません。" \
-                "The directory is not empty."
-            Function_Global_Ask_out_dir
-            return 0
         fi
     fi
 }