commit | b38a33b4c63f415f1e8859d003b6f75e03918ab6 | [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 | d6ce53e425e35f57efb6603f6a67cc346e7f0a07 [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>