]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
fs-lib: No need to pass in _dev and _fop as they are inherited, not used as arguments.
authorColin Guthrie <colin@mageia.org>
Thu, 15 Dec 2011 21:48:00 +0000 (21:48 +0000)
committerHarald Hoyer <harald@redhat.com>
Wed, 22 Feb 2012 17:04:43 +0000 (18:04 +0100)
modules.d/99fs-lib/fs-lib.sh

index 7bb613293317e1d9008d38ccf74f6c893245508d..f9dbbf98dfdb4cbed1da222077180769c2e58200 100755 (executable)
@@ -197,7 +197,7 @@ fsck_single() {
 
     info "Checking $_fs: $_dev"
     export FSTAB_FILE
-    eval "$_drv" "\"$_dev\"" "\"$_fop\""
+    eval "$_drv"
     return $?
 }