summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt.changes6
-rw-r--r--scripts/patchfns.in2
2 files changed, 7 insertions, 1 deletions
diff --git a/quilt.changes b/quilt.changes
index e361ca4..40f6a0a 100644
--- a/quilt.changes
+++ b/quilt.changes
@@ -1,4 +1,10 @@
-------------------------------------------------------------------
+Mon Nov 8 12:47:37 CET 2004 - agruen@suse.de
+
+- Fix extra trailing space in series file after quilt refresh
+ (David Vrabel <dvrabel@arcom.com>).
+
+-------------------------------------------------------------------
Sun Oct 17 22:19:09 CEST 2004 - agruen@suse.de
- When applying a patch with -q and without -f no (individual)
diff --git a/scripts/patchfns.in b/scripts/patchfns.in
index 5ce5c6d..aecd68a 100644
--- a/scripts/patchfns.in
+++ b/scripts/patchfns.in
@@ -128,7 +128,7 @@ change_db_strip_level()
$i="'"$level"'"
break
}
- if (i > NF)
+ if (i > NF && "'"$level"'" != "")
$i="'"$level"'"
}
{ print }