commit | 0656ce98226e53a348875cf7a5a8ed85479d98dc | [log] [tgz] |
---|---|---|
author | Mike Frysinger <vapier@gentoo.org> | Tue Sep 29 15:02:35 2015 -0400 |
committer | Dmitry V. Levin <ldv@altlinux.org> | Tue Sep 29 19:38:26 2015 +0000 |
tree | 901ff8e6dcc4471c63f86adbeb29c2d5fcd4344c | |
parent | 9c4fc3404cff4c58b7c9707c85da9661f87131c7 [diff] |
mpers: fix shell code to conform better to POSIX The `echo -n` behavior is non-portable, so use printf instead. * generate_mpers_am.sh: Change `echo -n` to `printf`.