File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1191,7 +1191,7 @@ make_iso() {
11911191
11921192# Parse files
11931193parse_files () {
1194- eval $( bash " ${script_path} /tools/locale.sh" -a " ${arch} " get " ${kernel } " )
1194+ eval $( bash " ${script_path} /tools/locale.sh" -a " ${arch} " get " ${locale_name } " )
11951195 eval $( bash " ${script_path} /tools/kernel.sh" -a " ${arch} " get " ${kernel} " )
11961196}
11971197
Original file line number Diff line number Diff line change @@ -1250,7 +1250,7 @@ make_iso() {
12501250
12511251# Parse files
12521252parse_files () {
1253- eval $( bash " ${script_path} /tools/locale.sh" -a " ${arch} " get " ${kernel } " )
1253+ eval $( bash " ${script_path} /tools/locale.sh" -a " ${arch} " get " ${locale_name } " )
12541254 eval $( bash " ${script_path} /tools/kernel.sh" -a " ${arch} " get " ${kernel} " )
12551255}
12561256
You can’t perform that action at this time.
0 commit comments