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)
Fri, Jul 24, 5:15 PM
Unknown Object (File)
Fri, Jul 24, 5:31 AM
Unknown Object (File)
Wed, Jul 22, 7:36 PM
Unknown Object (File)
Sun, Jul 19, 5:22 PM
Unknown Object (File)
Sun, Jul 19, 5:05 PM
Unknown Object (File)
Sat, Jul 18, 6:00 AM
Unknown Object (File)
Fri, Jul 17, 6:56 PM
Unknown Object (File)
Mon, Jul 13, 6:56 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.