]> git.ipfire.org Git - people/ms/u-boot.git/commit
board/armltd/integrator/split_by_variant.sh: fix 'echo -n'
authorAndreas Bießmann <andreas.devel@googlemail.com>
Fri, 24 Sep 2010 19:20:40 +0000 (21:20 +0200)
committerWolfgang Denk <wd@denx.de>
Wed, 13 Oct 2010 08:00:16 +0000 (10:00 +0200)
commit89bca0ab697fc75160dd0d685d7cb2ed26609a6d
tree08b9a4dc7e4d8d33431499d808297bf143f7255d
parent249d5219c4cf0a6ec423deb6e0eb8a77b3a405fa
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>
board/armltd/integrator/split_by_variant.sh