Stephen Boyd <bebarino@xxxxxxxxx> writes: > I'm not sure how portable \r in a sed invocation is. Not very portable. Adding tr -d '\015' <"$1" | in front of the original "sed" invocation might be a better choice. > but seems necessary because check_patch_format() is called before any > splitting with mailsplit is done (where I assume the fix for the issue > will be done). I agree that the way non-native mbox format was bolted onto "am" is somewhat unfortunate. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html