mirror of
https://git.freebsd.org/src.git
synced 2026-01-11 19:57:22 +00:00
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: 4100bd6caa ("usr.bin: Remove intrinsic utilities")
Reviewed by: markj
Differential Revision: https://reviews.freebsd.org/D54341
2 lines
31 B
Bash
Executable file
2 lines
31 B
Bash
Executable file
#!/bin/sh
|
|
builtin command "$@"
|