commit | 123f15e669d5a5a2e2f260ba4a5fc2efd93df20e | [log] [tgz] |
---|---|---|
author | Max Filippov <jcmvbkbc@gmail.com> | Thu Aug 22 18:09:47 2013 +0400 |
committer | Chris Zankel <chris@zankel.net> | Fri Sep 06 09:48:29 2013 -0700 |
tree | 1e9b8868595486de3befdc87c3ca3e61b7cbd215 | |
parent | fff96d69f2af28f3243d1349341b6305f318f5a4 [diff] |
xtensa: don't use echo -e needlessly -e is not needed to output strings without escape sequences. This breaks big endian FSF build when the shell is dash, because its builtin echo doesn't understand '-e' switch and outputs it in the echoed string. Reported-by: Guenter Roeck <linux@roeck-us.net> Signed-off-by: Max Filippov <jcmvbkbc@gmail.com> Signed-off-by: Chris Zankel <chris@zankel.net>