scripts/functions
changeset 3096 d1766c2273d1
parent 3085 0c3f8dd9d184
child 3097 5c67476c7342
     1.1 --- a/scripts/functions	Sun Oct 21 22:27:17 2012 +0200
     1.2 +++ b/scripts/functions	Tue Oct 30 00:36:20 2012 +0000
     1.3 @@ -1050,8 +1050,7 @@
     1.4          if [ -n "${d}" -a -d "${d}" ]; then
     1.5              for p in "${d}"/*.patch; do
     1.6                  if [ -f "${p}" ]; then
     1.7 -                    CT_DoLog DEBUG "Applying patch '${p}'"
     1.8 -                    CT_DoExecLog ALL patch --no-backup-if-mismatch -g0 -F1 -p1 -f <"${p}"
     1.9 +                    CT_DoExecLog ALL patch --no-backup-if-mismatch -g0 -F1 -p1 -f -i "${p}"
    1.10                  fi
    1.11              done
    1.12              if [ "${CT_PATCH_SINGLE}" = "y" ]; then