remove bashisms from scripts/extract-ikconfig
authorWerner Almesberger <werner@openmoko.org>
Wed, 12 Nov 2008 18:39:35 +0000 (16:39 -0200)
committerSam Ravnborg <sam@ravnborg.org>
Wed, 3 Dec 2008 20:32:02 +0000 (21:32 +0100)
unbashify-extract-ikconfig.patch

scripts/extract-ikconfig contains a lot of gratuituous bashisms,
which make it fail if /bin/sh isn't bash. This patch replaces them
with regular Bourne shell constructs.

Signed-off-by: Werner Almesberger <werner@openmoko.org>
Acked-by: Randy Dunlap <randy.dunlap@oracle.com> # as file author
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>

No differences found