Newline, bitch

This commit is contained in:
Jack L. Frost 2015-01-08 15:35:06 +03:00
parent 440eada379
commit 782b0a3fe8
1 changed files with 1 additions and 1 deletions

2
rc.in
View File

@ -20,7 +20,7 @@ rc.rescue() { exec "${cfg_rc_rescue_shell:-"$SHELL"}"; }
rc.motd() {
[[ -f "/etc/rc.motd" ]] && {
while read; do
printf "$REPLY"
printf "$REPLY\n"
done < "/etc/rc.motd"
}