Hi John, [John Vandenberg] > committed with a minor change to catch the various places that the > version number appears in the first line in different versions.
Please pay attention to your commit messages. I don't think that "use $GREP in GNU patch check" properly describes the following change you made: -if $PATCH --version 2> /dev/null | grep -q GNU ; then +if $PATCH --version 2> /dev/null | grep GNU >/dev/null; then Thanks, -- Jean Delvare _______________________________________________ Quilt-dev mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/quilt-dev
