Junio C Hamano wrote: > Junio C Hamano <gits...@pobox.com> writes:
>> From: Ben Walton <bdwal...@gmail.com> >> >> The awk statements previously used in this test weren't compatible >> with the native versions of awk on Solaris: >> >> echo "dir" | /bin/awk -v c=0 '$1 {++c} END {print c}' >> awk: syntax error near line 1 >> awk: bailing out near line 1 If I were doing it, I'd leave the above four lines out --- they are describing an unrelated problem. I wonder if we should make the test harness respect SANE_TOOL_PATH to avoid that kind of problem in the future. [...] > heh, not like that without updating the subject, perhaps like this: > > Subject: t0090: tweak awk statement for Solaris /usr/xpg4/bin/awk With the updated subject, Reviewed-by: Jonathan Nieder <jrnie...@gmail.com> Thanks. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html