OSDN Git Service

[fix] : Fixed wizard -j
authorhayao <shun819.mail@gmail.com>
Sat, 27 Jun 2020 12:18:29 +0000 (21:18 +0900)
committerhayao <shun819.mail@gmail.com>
Sat, 27 Jun 2020 12:18:29 +0000 (21:18 +0900)
wizard.sh

index c929de2..8df03cd 100755 (executable)
--- a/wizard.sh
+++ b/wizard.sh
@@ -712,7 +712,7 @@ function set_out_dir () {
 # 最終的なbuild.shのオプションを生成
 function generate_argument () {
     if [[ ${japanese} = true ]]; then
-        argument="${argument} -j"
+        argument="${argument} -g ja"
     fi
     if [[ ${plymouth} = true ]]; then
         argument="${argument} -b"