mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-02-05 10:29:12 +00:00
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com> (transplanted from 991a59088ff09528896ac64ed4e8a6fba31eae39)
This commit is contained in:
parent
de81aff9d9
commit
689f7e85cf
@ -612,7 +612,7 @@ CT_Patch() {
|
|||||||
CT_DoLog EXTRA "Patching '${basename}'"
|
CT_DoLog EXTRA "Patching '${basename}'"
|
||||||
|
|
||||||
bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
|
bundled_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
|
||||||
local_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
|
local_patch_dir="${CT_LOCAL_PATCH_DIR}/${base_file}/${ver_file}"
|
||||||
|
|
||||||
case "${CT_PATCH_ORDER}" in
|
case "${CT_PATCH_ORDER}" in
|
||||||
bundled) patch_dirs=("${bundled_patch_dir}");;
|
bundled) patch_dirs=("${bundled_patch_dir}");;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user