Re: [PATCH] Makefile: replace ugly and unportable sed invocation
From: Junio C Hamano <hidden> Date: 2016-06-15 22:42:32
Johannes Schindelin [off-list ref] writes:
First of all, it is _ugly_ (three invocations of sed, where one
really is sufficient). Then, it uses the non-portable ';'
operator, and then, the non-at-all-portable 'T'.
And worst: it is unnecessary.