scripts/functions: Fix a variable name.

Signed-off-by: Frederic Roussel <fr.frasc@gmail.com>
This commit is contained in:
Frederic Roussel
2009-10-23 09:48:22 -07:00
committed by fr frasc
parent 288173ce56
commit 1215142d57

View File

@ -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}");;