kbuild,scripts: use non-builtin echo for '-e'
authorAmerigo Wang <xiyou.wangcong@gmail.com>
Wed, 19 Aug 2009 10:19:55 +0000 (18:19 +0800)
committerSam Ravnborg <sam@ravnborg.org>
Sun, 11 Oct 2009 21:21:25 +0000 (23:21 +0200)
Alek reported that on Ubuntu, where dash is used, 'echo -e'
can't work, so let's use non-builtin echo in this case.

Reported-by: Alek Du <alek.du@intel.com>
Signed-off-by: WANG Cong <xiyou.wangcong@gmail.com>
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found