Page MenuHomeFreeBSD

Resurrect standalone command
ClosedPublic

Authored by des on Dec 22 2025, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Jul 24, 7:46 PM
Unknown Object (File)
Fri, Jul 24, 3:18 PM
Unknown Object (File)
Wed, Jul 22, 5:32 AM
Unknown Object (File)
Tue, Jul 21, 2:36 PM
Unknown Object (File)
Wed, Jul 15, 6:59 AM
Unknown Object (File)
Wed, Jul 15, 6:59 AM
Unknown Object (File)
Sun, Jul 12, 4:26 PM
Unknown Object (File)
Mon, Jul 6, 2:08 AM
Subscribers

Details

Reviewers
markj
Group Reviewers
srcmgr
Commits
rG745c6c0431d0: Resurrect standalone command
Summary

While command(1) is now classified by POSIX as an intrinsic utility and
no longer required to exist as a standalone program, it turns out that
we still have a use for it (cf. env(1)), so resurrect it.

PR: 291879
Fixes: 4100bd6caa66 ("usr.bin: Remove intrinsic utilities")

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

des requested review of this revision.Dec 22 2025, 9:27 PM
markj added a subscriber: markj.
markj added inline comments.
usr.bin/command/Makefile
3
This revision is now accepted and ready to land.Dec 22 2025, 11:53 PM
This revision was automatically updated to reflect the committed changes.