From 1c4148341251117eb1509be449f2606d74927b63 Mon Sep 17 00:00:00 2001 From: Pierre Labastie Date: Mon, 17 Aug 2020 08:14:56 +0000 Subject: [PATCH] Fix spacing in checkfs after DJ's modification git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- bootscripts/lfs/init.d/checkfs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootscripts/lfs/init.d/checkfs b/bootscripts/lfs/init.d/checkfs index 42fce219a..061d136e5 100644 --- a/bootscripts/lfs/init.d/checkfs +++ b/bootscripts/lfs/init.d/checkfs @@ -94,7 +94,7 @@ case "${1}" in if [ "${error_value}" = 1 ]; then msg="\nWARNING:\n\nFile system errors " msg="${msg}were found and have been corrected.\n" - msg="${msg} You may want to double-check that " + msg="${msg} You may want to double-check that " msg="${msg}everything was fixed properly." log_warning_msg "$msg" fi