From 2c61c19f80e21743ef36bc53597ba893d4836dfc Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Thu, 6 Aug 2015 04:14:20 -0400 Subject: 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 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 7b14475bf5..b98894da29 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2015-08-09 Mike Frysinger + + * iconvdata/tst-tables.sh: Change echo -n to printf. + * nss/db-Makefile: Likewise. + * posix/tst-getconf.sh: Likewise. + * stdio-common/tst-unbputc.sh: Likewise. + 2015-08-09 Mike Frysinger * sysdeps/unix/sysv/linux/hppa/bits/mman.h [__USE_MISC]: Move all -- cgit 1.4.1