Hi again, Marc Branchaud wrote: > Jonathan, I figured regexps aren't an issue with plain "grep" (unlike "egrep" > or "grep -e"). I take it this is a portability concern -- are there systems > that actually replace plain "grep" like a "egrep"? No, "grep" always means to globally match against a regexp and print. There is an "fgrep" command to search for a fixed string, but why not take advantage of regexps while they're available and use one grep instead of two? > Also, in my test's pipes I believe only the second "grep" needs to be > "test_i18ngrep", right? (Only strings like "[new branch]" are > internationalized.) I'm not sure what the point would be. The exit status from the upstream of a pipe doesn't affect the outcome of the test, so no one would be able to tell the difference. [...] > Thanks guys! Thank you. Sincerely, Jonathan -- 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