From: Harald Hoyer Date: Thu, 18 Feb 2010 16:28:41 +0000 (+0100) Subject: dracut: removed "local" not inside of function X-Git-Tag: 005~39 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=26999d6ddbad3d46641e9101cf656ebca3a784a9;p=thirdparty%2Fdracut.git dracut: removed "local" not inside of function --- diff --git a/dracut b/dracut index 4f9b5e3b3..47908c469 100755 --- a/dracut +++ b/dracut @@ -130,7 +130,6 @@ fi # source our config dir if [ "$confdir" ] && [ -d "$confdir" ]; then - local f for f in "$confdir"/*.conf; do [ -e "$f" ] && . "$f" done