mirror of
https://github.com/crosstool-ng/crosstool-ng.git
synced 2025-06-16 22:38:16 +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}'"
|
||||
|
||||
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
|
||||
bundled) patch_dirs=("${bundled_patch_dir}");;
|
||||
|
Reference in New Issue
Block a user