On 7/31/20 11:47 AM, William Harrington via lfs-dev wrote:
Greetings,

While checking file systems, the line at 131 will omit ‘Y’. The message ends up 
being “ou may want to double-check that”.  I had to remove the character before 
‘Y’ to correct the output. Please verify.

The only place in that file that has the word 'You' is on line 97:


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}everything was fixed properly."

log_warning_msg "$msg"

I think the number of spaces before 'You' may need to be increased by one because the function log_warning_msg sets the cursor to column 1 and writes ' *** ' after the message has been written. Can you add that space and test? Thanks.

  -- Bruce
--
http://lists.linuxfromscratch.org/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to