Skip to content
Commit 89bca0ab authored by Andreas Bießmann's avatar Andreas Bießmann Committed by Wolfgang Denk
Browse files

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: default avatarAndreas Bießmann <andreas.devel@googlemail.com>
CC: Peter Pearse <peter.pearse@arm.com>
parent 249d5219
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment