mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-17 14:58:12 +00:00
scripts/functions: Fix a variable name.
Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
This commit is contained in:
committed by
fr frasc
parent
288173ce56
commit
1215142d57
@ -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}");;
|
||||||
|
Reference in New Issue
Block a user