scripts/functions
changeset 960 a69cbcd6940a
parent 919 70f7ea9f910a
child 964 0535f7bf1069
     1.1 --- a/scripts/functions	Sun Oct 12 11:09:57 2008 +0000
     1.2 +++ b/scripts/functions	Wed Oct 22 19:03:08 2008 +0000
     1.3 @@ -609,7 +609,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