Page MenuHomeFreeBSD

sh(1): print a newline when ^D exits sh
ClosedPublic

Authored by pstef on Jul 26 2020, 10:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Feb 15, 11:31 PM
Unknown Object (File)
Sun, Jan 26, 12:58 PM
Unknown Object (File)
Dec 3 2024, 12:01 AM
Unknown Object (File)
Nov 1 2024, 2:38 PM
Unknown Object (File)
Oct 3 2024, 12:20 PM
Unknown Object (File)
Sep 24 2024, 9:44 AM
Unknown Object (File)
Sep 24 2024, 5:11 AM
Unknown Object (File)
Sep 21 2024, 3:42 AM
Subscribers

Details

Summary

I've always found this a little bit confusing:

> sh
$ ^D> sh
$ ^D>

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

pstef created this revision.
pstef edited the summary of this revision. (Show Details)

That would make it consistent with dash.

I cannot see any obvious reasons not to support this change.

This revision is now accepted and ready to land.Jul 26 2020, 9:10 PM
This revision was automatically updated to reflect the committed changes.