Page MenuHomeFreeBSD

sh(1): add -l option
ClosedPublic

Authored by bapt on Nov 20 2024, 10:52 AM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Jan 9, 7:33 AM
Unknown Object (File)
Mon, Jan 6, 6:02 PM
Unknown Object (File)
Mon, Jan 6, 4:48 AM
Unknown Object (File)
Sun, Jan 5, 9:01 AM
Unknown Object (File)
Sat, Jan 4, 11:24 AM
Unknown Object (File)
Sat, Jan 4, 6:38 AM
Unknown Object (File)
Mon, Dec 30, 6:25 PM
Unknown Object (File)
Dec 4 2024, 8:45 AM
Subscribers

Details

Summary

-l is required by LSB for login shell, all other shells: bash, zsh,
oksh, mksh, ... implements it.

with -l sh will act as a login shell and read the profile.

Obtained From: dash (3b7c8442bfe7c2fd0a6b0415df6ddf66a399fd55)

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 60699
Build 57583: arc lint + arc unit

Event Timeline

bapt requested review of this revision.Nov 20 2024, 10:52 AM

add missing manpage change

This revision is now accepted and ready to land.Nov 20 2024, 12:31 PM
kib added inline comments.
bin/sh/options.c
86
This revision was automatically updated to reflect the committed changes.