]> git.ipfire.org Git - thirdparty/git.git/commit - Makefile
Makefile: tweak sed invocation
authorAlejandro R. Sedeño <asedeno@mit.edu>
Mon, 25 Jun 2018 19:13:25 +0000 (15:13 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 26 Jun 2018 18:46:01 +0000 (11:46 -0700)
commit6600054e9b047e47a6dca0dc07076194b46e2720
treec5ca0184a3c3f896d3a194f484abe2189f283bc7
parent64f982b8a791a8e9e612a103d05e5f01a08fce0f
Makefile: tweak sed invocation

With GNU sed, the r command doesn't care if a space separates it and
the filename it reads from.

With SunOS sed, the space is required.

Signed-off-by: Alejandro R. Sedeño <asedeno@mit.edu>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Makefile