summaryrefslogtreecommitdiffstats
path: root/bin/sh
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2005-12-04 19:37:07 +0000
committerstefanf <stefanf@FreeBSD.org>2005-12-04 19:37:07 +0000
commit2df32c17d39cbc77e641b69c67e369f9f33f5ba5 (patch)
tree2af6dd7aaca81235c0f55295bb28ef5f3d8d59ec /bin/sh
parent3b94a4234c79a069b570e79bbf8f5d3a68c5ed9c (diff)
downloadFreeBSD-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/sh')
-rw-r--r--bin/sh/builtins.def5
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 [
OpenPOWER on IntegriCloud