Improved grepping of patch output.
[rsync/rsync-patches.git] / verify-patches
index 849034c..4037362 100755 (executable)
@@ -44,7 +44,7 @@ for xx in "${@}"; do
            done
            if grep "^Hunk #[0-9]* FAILED" ,patch.output >/dev/null; then
                default=F
-           elif grep "^Hunk #[0-9]* succeeded at [0-9]* (offset" ,patch.output >/dev/null; then
+           elif grep "^Hunk #[0-9]* succeeded" ,patch.output >/dev/null; then
                default=E
            else
                default=N