Displaying 1 result from an estimated 1 matches for "jobscmd".
Did you mean:
job_cmd
2020 Mar 28
0
[klibc:update-dash] dash: builtin: Mark more regular built-ins
...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
unaliascmd -u unalias
unsetcmd -s unset
waitcmd -u w...