summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--quilt/scripts/patchfns.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/quilt/scripts/patchfns.in b/quilt/scripts/patchfns.in
index 276c27e..aefb279 100644
--- a/quilt/scripts/patchfns.in
+++ b/quilt/scripts/patchfns.in
@@ -658,8 +658,8 @@ filenames_in_patch()
{ if (sub(/^... /, "") == 0)
next
# File name may be quoted
- if (sub(/^\"/, ""))
- sub(/\"(\t.*|$)/, "")
+ if (sub(/^"/, ""))
+ sub(/"(\t.*|$)/, "")
else
sub(/\t.*/, "")
if ($0 == "" || $0 == "/dev/null")