OSDN Git Service

[fix] : Fixed typo.
authorhayao <shun819.mail@gmail.com>
Sun, 12 Jul 2020 02:55:51 +0000 (11:55 +0900)
committerhayao <shun819.mail@gmail.com>
Sun, 12 Jul 2020 02:55:51 +0000 (11:55 +0900)
build.sh

index 133febf..60564bc 100755 (executable)
--- a/build.sh
+++ b/build.sh
@@ -1611,7 +1611,7 @@ get_kernel_line() {
     local _kernel
     local count
     count=0
-    for _kernel in ${locale_name_list[@]}; do
+    for _kernel in ${kernel_name_list[@]}; do
         count=$(( count + 1 ))
         if [[ "${_kernel}" == "${kernel}" ]]; then
             echo "${count}"