]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut: removed "local" not inside of function
authorHarald Hoyer <harald@redhat.com>
Thu, 18 Feb 2010 16:28:41 +0000 (17:28 +0100)
committerHarald Hoyer <harald@redhat.com>
Thu, 18 Feb 2010 16:28:41 +0000 (17:28 +0100)
dracut

diff --git a/dracut b/dracut
index 4f9b5e3b39b358d8c6f2022c412e10d3042d7632..47908c469ba340e0f77a35b4bd407ddadfc4dfb8 100755 (executable)
--- 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