Lionel Sambuc d4c5f15a03 commands/expr: removed
Change-Id: I374f162959c6e0d708c7b1bd66f2c7a4346c097a
2014-08-21 18:33:23 +02:00
..
2014-07-31 16:00:30 +02:00
2014-08-21 18:33:23 +02:00

builtin.sh is installed as a set of tools to stand in for specific
filesystem call to builtin commands.

for example if /bin/test is used, then builtin.sh will be loaded
and simply call the builtin function of the same name.

At this moment it is installed as the following commands:
/bin/[
/bin/echo
/bin/test

If one of the following is replaced by the NetBSD equivalent, please
update the list, and remove this completly when it is not anymore
required.