search for: getoptscmd

Displaying 1 result from an estimated 1 matches for "getoptscmd".

2020 Mar 28
0
[klibc:update-dash] dash: builtin: Mark more regular built-ins
...1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/usr/dash/builtins.def.in b/usr/dash/builtins.def.in index e1169632..e65749fd 100644 --- a/usr/dash/builtins.def.in +++ b/usr/dash/builtins.def.in @@ -69,25 +69,25 @@ exitcmd -s exit exportcmd -as export -as readonly falsecmd -u false getoptscmd -u getopts -hashcmd hash +hashcmd -u hash jobscmd -u jobs localcmd -as local printfcmd printf -pwdcmd pwd +pwdcmd -u pwd readcmd -u read returncmd -s return setcmd -s set shiftcmd -s shift trapcmd -s trap truecmd -s : -u true -typecmd type +typecmd -u type umaskcmd -u umask un...