1
0
mirror of https://github.com/fspc/gbootroot.git synced 2025-02-23 09:03:23 -05:00

Added a newline to that warning.

This commit is contained in:
freesource 2001-12-08 04:18:36 +00:00
parent 58e7a202da
commit 8496cc1d6a

View File

@ -2798,7 +2798,7 @@ sub check_termcap {
else { else {
return warning_test("Warning: No file $mount_point/etc/terminfo/l/linux" return warning_test("Warning: No file $mount_point/etc/terminfo/l/linux"
. " or $mount_point/etc/termcap"); . " or $mount_point/etc/termcap\n");
} }
} # end sub check_termcap } # end sub check_termcap