The function keyword is deprecated. Get rid of it. --- dracut-functions | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dracut-functions b/dracut-functions index 8f12021..7f9dfcd 100755 --- a/dracut-functions +++ b/dracut-functions @@ -24,13 +24,13 @@ # # -function set_verbose() { +set_verbose() { foo="" } IF_RTLD="" IF_dynamic="" -function get_dso_deps() { +get_dso_deps() { local bin="$1" ; shift declare -a FILES @@ -96,7 +96,7 @@ EOF echo "${FILES[@]}" } -function inst() { +inst() { if [ "$#" != "2" -a "$#" != "3" ];then echo "usage: inst <file> <root> [<destination file>]" return 1 -- 1.6.0.6 -- To unsubscribe from this list: send the line "unsubscribe initramfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html