Hi all,

Currently, when adding a file to a patch using "quilt add", if
successful, the confirmation message will be directed to stderr instead
of stdout. I spotted this because gquilt unexpectedly displayed the line
in red instead of black. Attached patch fixes the problem.

Thanks,
-- 
Jean Delvare
Index: quilt/add.in
===================================================================
RCS file: /cvsroot/quilt/quilt/quilt/add.in,v
retrieving revision 1.24
diff -u -r1.24 add.in
--- quilt/add.in        24 Feb 2005 12:12:28 -0000      1.24
+++ quilt/add.in        18 Jun 2005 14:26:14 -0000
@@ -153,7 +153,7 @@
        fi
 
        printf $"File %s added to patch %s\n" \
-              "$SUBDIR$file" "$(print_patch $patch)" >&2
+              "$SUBDIR$file" "$(print_patch "$patch")"
 done
 exit $status
 ### Local Variables:
_______________________________________________
Quilt-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/quilt-dev

Reply via email to