summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruen@suse.de>2005-01-27 10:36:13 +0000
committerAndreas Gruenbacher <agruen@suse.de>2005-01-27 10:36:13 +0000
commit30dec222194425235ce4cc479f99161e6caa0ab3 (patch)
tree2fe874f710d907ad7ece24c705a2a2685e0e1f67
parentacc8f2586cabb6937e9b980321af57bea303c97a (diff)
downloadquilt-30dec222194425235ce4cc479f99161e6caa0ab3.tar.gz
- Another small regexp fix.
-rw-r--r--quilt/push.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/quilt/push.in b/quilt/push.in
index 054a147..145b982 100644
--- a/quilt/push.in
+++ b/quilt/push.in
@@ -70,7 +70,7 @@ colorize()
{
if [ -n "$opt_color" ]; then
@AWK@ '
- { if (/FAILED|hunk ignored|can'\''t find file|file .* already exists/)
+ { if (/FAILED|hunks? ignored|can'\''t find file|file .* already exists/)
print "'$color_patch_fail'" $0 "'$color_clear'"
else if (/^Hunk/) {
sub(/^Hunk .* with fuzz [0-9]*/,