diff options
author | stefanf <stefanf@FreeBSD.org> | 2005-12-04 19:37:07 +0000 |
---|---|---|
committer | stefanf <stefanf@FreeBSD.org> | 2005-12-04 19:37:07 +0000 |
commit | 2df32c17d39cbc77e641b69c67e369f9f33f5ba5 (patch) | |
tree | 2af6dd7aaca81235c0f55295bb28ef5f3d8d59ec /bin | |
parent | 3b94a4234c79a069b570e79bbf8f5d3a68c5ed9c (diff) | |
download | FreeBSD-src-2df32c17d39cbc77e641b69c67e369f9f33f5ba5.zip FreeBSD-src-2df32c17d39cbc77e641b69c67e369f9f33f5ba5.tar.gz |
Remove a few commented out builtins from the original ash. The files
implementing them were never part of FreeBSD.
Diffstat (limited to 'bin')
-rw-r--r-- | bin/sh/builtins.def | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/bin/sh/builtins.def b/bin/sh/builtins.def index 4dbd837..c338de1 100644 --- a/bin/sh/builtins.def +++ b/bin/sh/builtins.def @@ -48,10 +48,8 @@ bltincmd builtin commandcmd command -#alloccmd alloc bgcmd -j bg breakcmd break continue -#catfcmd catf cdcmd cd chdir dotcmd . echocmd echo @@ -68,9 +66,7 @@ getoptscmd getopts hashcmd hash jobidcmd jobid jobscmd jobs -#linecmd line localcmd local -#nlechocmd nlecho #printfcmd printf pwdcmd pwd readcmd read @@ -86,7 +82,6 @@ umaskcmd umask unaliascmd unalias unsetcmd unset waitcmd wait -#foocmd foo aliascmd alias ulimitcmd ulimit testcmd test [ |