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
F153053239: D25813.diff
Sat, Apr 18, 9:03 PM
F152987788: D25813.id75018.diff
Sat, Apr 18, 12:07 PM
Unknown Object (File)
Fri, Apr 17, 9:55 PM
Unknown Object (File)
Fri, Apr 17, 4:16 AM
Unknown Object (File)
Wed, Apr 15, 3:13 PM
Unknown Object (File)
Tue, Apr 14, 11:49 AM
Unknown Object (File)
Tue, Apr 14, 10:54 AM
Unknown Object (File)
Tue, Apr 14, 4:18 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.