scripts/functions
branch1.2
changeset 971 80c1478b1297
parent 781 33c13a486d89
     1.1 --- a/scripts/functions	Sat Aug 09 18:10:29 2008 +0000
     1.2 +++ b/scripts/functions	Fri Oct 24 15:35:39 2008 +0000
     1.3 @@ -499,7 +499,7 @@
     1.4  
     1.5      official_patch_dir=
     1.6      custom_patch_dir=
     1.7 -    [ "${CUSTOM_PATCH_ONLY}" = "y" ] || official_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
     1.8 +    [ "${CT_CUSTOM_PATCH_ONLY}" = "y" ] || official_patch_dir="${CT_LIB_DIR}/patches/${base_file}/${ver_file}"
     1.9      [ "${CT_CUSTOM_PATCH}" = "y" ] && custom_patch_dir="${CT_CUSTOM_PATCH_DIR}/${base_file}/${ver_file}"
    1.10      for patch_dir in "${official_patch_dir}" "${custom_patch_dir}"; do
    1.11          if [ -n "${patch_dir}" -a -d "${patch_dir}" ]; then