OSDN Git Service

[fix] : indent
authorhayao <shun819.mail@gmail.com>
Fri, 18 Sep 2020 12:26:31 +0000 (21:26 +0900)
committerhayao <shun819.mail@gmail.com>
Fri, 18 Sep 2020 12:26:31 +0000 (21:26 +0900)
build.sh

index 8834c8f..6ce5eb3 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -324,7 +324,7 @@ remove() {
         if [[ -f ${_file} ]]; then
             msg_debug "Removeing ${_file}"
             rm -f "${_file}"
-            elif [[ -d ${_file} ]]; then
+        elif [[ -d ${_file} ]]; then
             msg_debug "Removeing ${_file}"
             rm -rf "${_file}"
         fi