From: Lidong Zhong Date: Mon, 15 Jun 2015 08:56:19 +0000 (+0800) Subject: dracut-lib.sh: typo fix X-Git-Tag: 043~1^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F73%2Fhead;p=thirdparty%2Fdracut.git dracut-lib.sh: typo fix Signed-off-by: Lidong Zhong --- diff --git a/modules.d/99base/dracut-lib.sh b/modules.d/99base/dracut-lib.sh index 6498f9d04..08110cc1d 100755 --- a/modules.d/99base/dracut-lib.sh +++ b/modules.d/99base/dracut-lib.sh @@ -313,7 +313,7 @@ getargs() { _args="$@" set -- for _i in $_args; do - if [ "$i" = "-d" ]; then + if [ "$_i" = "-d" ]; then _deprecated=1 continue fi