summaryrefslogtreecommitdiffstats
path: root/scripts/patchfns.in
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2003-10-31 15:53:54 +0000
committerAndreas Gruenbacher <agruen@suse.de>2003-10-31 15:53:54 +0000
commit6444d13378279cfeb1477e6b68b7baf07cf6dbc4 (patch)
tree46d78f80db674382b71f53fdec0981d622c64524 /scripts/patchfns.in
parent26dbad21e5113e900bf2067ec94fdc5cf23bdfbe (diff)
downloadquilt-6444d13378279cfeb1477e6b68b7baf07cf6dbc4.tar.gz
- No longer verify if patches remove cleanly by reverse applying
them: This doesn't always succeed, and the the equivalent of `quilt diff -z' should suffice, anyway. - Add `touch .pc/$patch' after successful refresh: Speeds up `quilt pop' after a refresh. - Update test suite. - apatch was printing a spurious newline.
Diffstat (limited to 'scripts/patchfns.in')
-rw-r--r--scripts/patchfns.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index a4329df..8b0f3af 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -437,6 +437,7 @@ diff_file()
[ -s "$old_file" ] || old_file=/dev/null
[ -s "$new_file" ] || new_file=/dev/null
+ : ${opt_strip_level:=1}
if [ $opt_strip_level -eq 0 ]
then
old_hdr=$file.orig