crosstool-ng/scripts
Yann E. MORIN" 22bd5ce4ca Although working with bash, 'echo -n' is really non-portable.
Get rid of this by using printf(1) with no trailing new-line (\n).
Again, thanks to Martin GUY, who pointed this issue.

 /trunk/kconfig/kconfig.mk           |    2     1     1     0
 /trunk/scripts/build/libc_uClibc.sh |    4     3     1     0 ++
 /trunk/scripts/showSamples.sh       |   78    39    39     0 +++++++++++++++++++++---------------------
 3 files changed, 43 insertions(+), 41 deletions(-)
2008-07-07 21:25:57 +00:00
..
build Although working with bash, 'echo -n' is really non-portable. 2008-07-07 21:25:57 +00:00
crosstool.sh Allow to store working files outside the build tree (eg. incase the working tree is on the network). 2008-06-24 16:19:45 +00:00
functions Print "Build completed" only if not in error, not the other way around. 2008-06-20 11:58:13 +00:00
saveSample.sh Only priunt WARNings when saving the current configuration. 2008-06-22 17:30:37 +00:00
showSamples.sh Although working with bash, 'echo -n' is really non-portable. 2008-07-07 21:25:57 +00:00
tarball.sh.broken Get rid of all command (which is a bashism), and replace them with $(command), which is POSIX. 2008-05-20 21:32:39 +00:00