]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-lib.sh: typo fix 73/head
authorLidong Zhong <lzhong@suse.com>
Mon, 15 Jun 2015 08:56:19 +0000 (16:56 +0800)
committerHarald Hoyer <harald@redhat.com>
Mon, 15 Jun 2015 09:05:18 +0000 (11:05 +0200)
Signed-off-by: Lidong Zhong <lzhong@suse.com>
modules.d/99base/dracut-lib.sh

index 6498f9d04422762b526a4f110ada16b220212c59..08110cc1dbc044a1990ef3a926152921c0a0f3c7 100755 (executable)
@@ -313,7 +313,7 @@ getargs() {
     _args="$@"
     set --
     for _i in $_args; do
-        if [ "$i" = "-d" ]; then
+        if [ "$_i" = "-d" ]; then
             _deprecated=1
             continue
         fi