diff -r 0c3f8dd9d184 -r d1766c2273d1 scripts/functions --- a/scripts/functions Sun Oct 21 22:27:17 2012 +0200 +++ b/scripts/functions Tue Oct 30 00:36:20 2012 +0000 @@ -1050,8 +1050,7 @@ if [ -n "${d}" -a -d "${d}" ]; then for p in "${d}"/*.patch; do if [ -f "${p}" ]; then - CT_DoLog DEBUG "Applying patch '${p}'" - CT_DoExecLog ALL patch --no-backup-if-mismatch -g0 -F1 -p1 -f <"${p}" + CT_DoExecLog ALL patch --no-backup-if-mismatch -g0 -F1 -p1 -f -i "${p}" fi done if [ "${CT_PATCH_SINGLE}" = "y" ]; then