diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2012-06-20 12:52:59 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-20 14:39:35 -0700 |
commit | 0eff08b5d1bf4b30f1a549a58c85806748256b18 (patch) | |
tree | f246ba6d7b2c23b2c5eb141f2a544feaee0add55 /fs/proc | |
parent | 5e7b6ed8e9bf3c8e3bb579fd0aec64f6526f8c81 (diff) |
xtensa: use "test -e" instead of bashism "test -a"
On Ubuntu, /bin/sh is a symlink to dash, which does not support "test -a".
This causes messages like
test: 1: -a: unexpected operator
test: 1: -a: unexpected operator
and link failures like
(.init.text+0x132): undefined reference to `platform_init'
due to the appropriate platform code not being compiled.
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Cc: Chris Zankel <chris@zankel.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'fs/proc')
0 files changed, 0 insertions, 0 deletions