dracut-functions.sh: small error print correction

master
Harald Hoyer 2012-07-24 14:08:32 +02:00
parent cef379bb03
commit f2271428d4
1 changed files with 1 additions and 1 deletions

View File

@ -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
}