From: Harald Hoyer Date: Tue, 24 Jul 2012 12:08:32 +0000 (+0200) Subject: dracut-functions.sh: small error print correction X-Git-Tag: 023~109 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f2271428d4760c7026dda9093c14fb1bf9035691;p=thirdparty%2Fdracut.git dracut-functions.sh: small error print correction --- diff --git a/dracut-functions.sh b/dracut-functions.sh index 6358078b8..7f834f076 100755 --- a/dracut-functions.sh +++ b/dracut-functions.sh @@ -1135,7 +1135,7 @@ for_each_module_dir() { for _mod in $_modcheck; do strstr "$mods_to_load" "$_mod" && continue strstr "$omit_dracutmodules" "$_mod" && continue - derror "Dracut module \"$_mod\" cannot be found or installed." + derror "Dracut module '$_mod' cannot be found or installed." done }