]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
sh(1): print a newline when ^D quits sh
authorpstef <pstef@FreeBSD.org>
Mon, 27 Jul 2020 18:46:20 +0000 (18:46 +0000)
committerpstef <pstef@FreeBSD.org>
Mon, 27 Jul 2020 18:46:20 +0000 (18:46 +0000)
commit4606441599ab7063090c883b6c50b9518ed7538a
treea345edd07cae12313fcbd6a97edccd7bc715a13f
parent8eea927f84b79f935e5d4597d81063c9837c0d4e
sh(1): print a newline when ^D quits sh

I've always found this a little bit confusing:
> sh
$ ^D> sh
$ ^D>

Reviewed by: 0mp, jilles
MFC after: 1 week
Differential Revision: https://reviews.freebsd.org/D25813
bin/sh/main.c