From e51e7978a83ffc64ac926b7ae914e24e0e0e28d9 Mon Sep 17 00:00:00 2001 From: Lidong Zhong Date: Mon, 15 Jun 2015 16:56:19 +0800 Subject: [PATCH] dracut-lib.sh: typo fix Signed-off-by: Lidong Zhong --- modules.d/99base/dracut-lib.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.2