scripts/gen_initramfs_list.sh: Convert to a /bin/sh script
authorJamey Sharp <jamey@minilop.net>
Thu, 5 May 2011 19:03:47 +0000 (12:03 -0700)
committerMichal Marek <mmarek@suse.cz>
Thu, 12 May 2011 14:48:39 +0000 (16:48 +0200)
Replace bashisms with POSIX-compatible shell scripting.

Notably, de-duplicate '/' using a sed command from elsewhere in the same script
rather than "${name//\/\///}".

Commit by Jamey Sharp and Josh Triplett.

Signed-off-by: Jamey Sharp <jamey@minilop.net>
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Cc: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Michal Marek <mmarek@suse.cz>

No differences found