diff options
author | Lukas Fleischer <git@cryptocrack.de> | 2013-07-27 14:11:33 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2013-07-29 09:56:58 -0700 |
commit | 19c3c5fdcb35b66b792534c5dc4e8d87a3952d2a (patch) | |
tree | 9f1b20ea56120234b08824a7795e3fdc8ee4927f /Documentation/technical/api-ref-iteration.txt | |
parent | Merge branch 'maint-1.8.1' into maint-1.8.2 (diff) | |
download | tgif-19c3c5fdcb35b66b792534c5dc4e8d87a3952d2a.tar.xz |
Avoid using `echo -n` anywhere
`echo -n` is non-portable. The POSIX specification says:
Conforming applications that wish to do prompting without <newline>
characters or that could possibly be expecting to echo a -n, should
use the printf utility derived from the Ninth Edition system.
Since all of the affected shell scripts use a POSIX shell shebang,
replace `echo -n` invocations with printf.
Signed-off-by: Lukas Fleischer <git@cryptocrack.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/technical/api-ref-iteration.txt')
0 files changed, 0 insertions, 0 deletions