fix non-portable `echo -n` usage
commit2c61c19f80e21743ef36bc53597ba893d4836dfc
authorMike Frysinger <vapier@gentoo.org>
Thu, 6 Aug 2015 08:14:20 +0000 (6 04:14 -0400)
committerMike Frysinger <vapier@gentoo.org>
Sun, 9 Aug 2015 08:19:12 +0000 (9 04:19 -0400)
tree934d1a8a815e529b6e7d2a914b24c48c0f3cd46a
parentef086ef8baada5bd485f3f21dde1c9bc10bd6bd5
fix non-portable `echo -n` usage

These scripts use #!/bin/sh explicitly, so make sure they avoid echo -n
as different shells treat it differently.  Use the portable printf func
instead.
ChangeLog
iconvdata/tst-tables.sh
nss/db-Makefile
posix/tst-getconf.sh
stdio-common/tst-unbputc.sh