diff options
author | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-08-17 08:14:56 +0000 |
---|---|---|
committer | Pierre Labastie <pieere@linuxfromscratch.org> | 2020-08-17 08:14:56 +0000 |
commit | 1c4148341251117eb1509be449f2606d74927b63 (patch) | |
tree | 910a464e9a641c5691e5d8c390f6282aa4e6b903 /bootscripts | |
parent | f92b8de7c4a2cb96bc1375bb422173922edbfe33 (diff) |
Fix spacing in checkfs after DJ's modification
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@12026 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'bootscripts')
-rw-r--r-- | bootscripts/lfs/init.d/checkfs | 2 |
1 files changed, 1 insertions, 1 deletions
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 |