]> git.ipfire.org Git - thirdparty/dracut.git/commit
base/dracut-lib.sh:getargs() don't return 1 for empty values
authorHarald Hoyer <harald@redhat.com>
Fri, 9 Oct 2015 09:30:03 +0000 (11:30 +0200)
committerHarald Hoyer <harald@redhat.com>
Wed, 11 Nov 2015 15:49:09 +0000 (16:49 +0100)
commitecdee70c487316f396510c7cd3c4efe65003fac1
tree94ce3120b0844a6e39b16df47e53cffcd59745b8
parentb44156c6fc445e5777b6c10bcebc90a1415df4d7
base/dracut-lib.sh:getargs() don't return 1 for empty values

getargs() is only used with real values and not booleans.

So, return the values only.

(cherry picked from commit d1f7f2ac046c77913d1ca97cf8414d9226ae1286)
modules.d/99base/dracut-lib.sh