Change false
, pwd
, and true
to substitutive built-ins
#96
Labels
good first issue
Good for newcomers
false
, pwd
, and true
to substitutive built-ins
#96
Uh oh!
There was an error while loading. Please reload this page.
POSIX.1-2024 removed the three utilities from the list of utilities that are always found regardless of PATH. To reflect this change, we need to change their type from "mandatory" to "substitutive". The built-in types are defined in builtin.h and builtin.c.
The text was updated successfully, but these errors were encountered: