summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/pop.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/pop.in b/quilt/pop.in
index 17dc2b4..a1bfc3c 100644
--- a/quilt/pop.in
+++ b/quilt/pop.in
@@ -108,7 +108,7 @@ check_for_pending_changes()
if ! cat_file "$patch_file" \
| patch -d $workdir $QUILT_PATCH_OPTS \
$(patch_args "$patch") \
- --no-backup-if-mismatch -E \
+ --no-backup-if-mismatch -E -f \
>/dev/null 2>/dev/null
then
if ! [ -e "$QUILT_PC/$patch" ]