From: Jamey Sharp Date: Thu, 5 May 2011 19:03:47 +0000 (-0700) Subject: scripts/gen_initramfs_list.sh: Convert to a /bin/sh script X-Git-Tag: v3.0-rc1~310^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=153f01147065cb3628493dcb79417bc4474320c7;p=pandora-kernel.git scripts/gen_initramfs_list.sh: Convert to a /bin/sh script 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 Signed-off-by: Josh Triplett Cc: Andrew Morton Signed-off-by: Michal Marek --- Reading git-diff-tree failed