Re: [PATCH 3/4] t4014: do not uese echo -n

2013-01-02 Thread Brandon Casey
On Tue, Jan 1, 2013 at 5:16 PM, Junio C Hamano wrote: > Torsten Bögershausen writes: > >> echo -n is not portable on all systems. >> Use printf instead >> >> Signed-off-by: Torsten Bögershausen >> --- > > Brandon, this comes from 932581b (Unify appending signoff in > format-patch, commit and seq

Re: [PATCH 3/4] t4014: do not uese echo -n

2013-01-01 Thread Junio C Hamano
Torsten Bögershausen writes: > echo -n is not portable on all systems. > Use printf instead > > Signed-off-by: Torsten Bögershausen > --- Brandon, this comes from 932581b (Unify appending signoff in format-patch, commit and sequencer, 2012-11-25). Please make sure to squash it in when you rero

[PATCH 3/4] t4014: do not uese echo -n

2013-01-01 Thread Torsten Bögershausen
echo -n is not portable on all systems. Use printf instead Signed-off-by: Torsten Bögershausen --- t/t4014-format-patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh index 6cfad13..f460930 100755 --- a/t/t4014-format-patc