commit | 89bca0ab697fc75160dd0d685d7cb2ed26609a6d | [log] [tgz] |
---|---|---|
author | Andreas Bießmann <andreas.devel@googlemail.com> | Fri Sep 24 21:20:40 2010 +0200 |
committer | Wolfgang Denk <wd@denx.de> | Wed Oct 13 10:00:16 2010 +0200 |
tree | 08b9a4dc7e4d8d33431499d808297bf143f7255d | |
parent | 249d5219c4cf0a6ec423deb6e0eb8a77b3a405fa [diff] |
board/armltd/integrator/split_by_variant.sh: fix 'echo -n' This patch fixes an error when running MAKEALL for ARM9. On OS X /bin/sh uses builtin echo which does not utilise '-n' switch. GNU manual for builtins recomend to use here-document style to solve this portability issue. This patch removes the usage of 'echo -n' and replace by here-document style or a oneline echo command. Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com> CC: Peter Pearse <peter.pearse@arm.com>