From: Max Filippov Date: Thu, 22 Aug 2013 14:09:47 +0000 (+0400) Subject: xtensa: don't use echo -e needlessly X-Git-Tag: v3.12-rc1~15^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=123f15e669d5a5a2e2f260ba4a5fc2efd93df20e;p=pandora-kernel.git 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 Signed-off-by: Max Filippov Signed-off-by: Chris Zankel --- Reading git-diff-tree failed