dracut-lib.sh: typo fix

Signed-off-by: Lidong Zhong <lzhong@suse.com>
master
Lidong Zhong 2015-06-15 16:56:19 +08:00 committed by Harald Hoyer
parent 04bf862d97
commit e51e7978a8
1 changed files with 1 additions and 1 deletions

View File

@ -313,7 +313,7 @@ getargs() {
_args="$@"
set --
for _i in $_args; do
if [ "$i" = "-d" ]; then
if [ "$_i" = "-d" ]; then
_deprecated=1
continue
fi