]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
Added space in Resolving executable dependencies done as in the rest of the messages
authorPedro Monreal <pmgdeb@gmail.com>
Mon, 8 Oct 2018 09:09:11 +0000 (11:09 +0200)
committerHarald Hoyer <harald@hoyer.xyz>
Tue, 9 Oct 2018 11:41:55 +0000 (13:41 +0200)
dracut.sh

index e683a9bc8e01af54921a8bd81fb7beb2500b243d..fb50cfda1d86d741608dff8501f65057d1a3a778 100755 (executable)
--- a/dracut.sh
+++ b/dracut.sh
@@ -1572,7 +1572,7 @@ if [[ $kernel_only != yes ]]; then
         dinfo "*** Resolving executable dependencies ***"
         find "$initdir" -type f -perm /0111 -not -path '*.ko' -print0 \
         | xargs -r -0 $DRACUT_INSTALL ${initdir:+-D "$initdir"} -R ${DRACUT_FIPS_MODE:+-f} --
-        dinfo "*** Resolving executable dependencies done***"
+        dinfo "*** Resolving executable dependencies done ***"
     fi
 
     # Now we are done with lazy resolving, always install dependencies