Page MenuHomeFreeBSD

Resurrect standalone command
ClosedPublic

Authored by des on Dec 22 2025, 9:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, May 17, 12:13 AM
Unknown Object (File)
Thu, May 14, 7:24 AM
Unknown Object (File)
Wed, May 13, 3:23 PM
Unknown Object (File)
Wed, May 13, 5:05 AM
Unknown Object (File)
Wed, May 13, 5:03 AM
Unknown Object (File)
Wed, May 13, 5:02 AM
Unknown Object (File)
Fri, May 8, 3:09 PM
Unknown Object (File)
Sun, May 3, 6:30 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.