]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-functions.sh: small error print correction
authorHarald Hoyer <harald@redhat.com>
Tue, 24 Jul 2012 12:08:32 +0000 (14:08 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 24 Jul 2012 12:08:32 +0000 (14:08 +0200)
dracut-functions.sh

index 6358078b8adb16af4afa7dde303ac60c2ca9c595..7f834f0760b9191900a56381bcda14fd00abaab3 100755 (executable)
@@ -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
 }