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)
Sat, Nov 8, 6:25 PM
Unknown Object (File)
Tue, Nov 4, 4:47 PM
Unknown Object (File)
Sun, Nov 2, 7:13 AM
Unknown Object (File)
Wed, Oct 29, 9:56 AM
Unknown Object (File)
Wed, Oct 29, 9:49 AM
Unknown Object (File)
Wed, Oct 29, 2:14 AM
Unknown Object (File)
Sun, Oct 26, 1:10 AM
Unknown Object (File)
Mon, Oct 20, 12:13 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 60698
Build 57582: 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.