summary refs log tree commit diff
path: root/src/mktokens
diff options
context:
space:
mode:
authorHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 14:03:32 +1000
committerHerbert Xu <herbert@gondor.apana.org.au>2005-10-29 14:15:36 +1000
commit982e3044a5e1f77cadd16d5adca999173c5bb42a (patch)
treec3a91c0673d63551173c1e7d349ff0db2e4e2ce4 /src/mktokens
parent[SIGNAL] Use bsd_signal if it exists and signal does not (diff)
downloaddash-982e3044a5e1f77cadd16d5adca999173c5bb42a.tar.gz
dash-982e3044a5e1f77cadd16d5adca999173c5bb42a.zip
[BUILTIN] Stop using sysexits.h in commandcmd
This gets rid of the only reference of sysexits.h in dash which is
from commandcmd.  This is needed for klibc support since it doesn't
have sysexits.h.

The only uses of sysexits.h in commandcmd is superfluous anyway.  In
fact, it is overly sensitive about usages such as 'command -vV ls'.
By making its behaviour close to that of bash/ksh, we end up saving
a bit of space too.
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions
lspan='3' class='logmsg'> 2018-08-20Generate scheme.hJune McEnroe 2018-08-20Add dependencies on gfx.hJune McEnroe 2018-08-18Add Blondie — Heart of GlassJune McEnroe Why didn't I know about this song? I love it. 2018-08-18Set FCEDIT=$EDITORJune McEnroe 2018-08-18Only post commits with bodies to MastodonJune McEnroe 2018-08-18Run tf/cfg link script with /bin/shJune McEnroe 2018-08-18Run {,s,t}up with /bin/shJune McEnroe 2018-08-18Use whence instead of typeJune McEnroe type is an alias for whence -v and is more for human consumption. 2018-08-18Cut off path components until right prompt fitsJune McEnroe Keeps paths valid (from somehwere) rather than abrupt truncation. 2018-08-17Add "private" alias to source encrypted fileJune McEnroe Why is there no easy way to *edit* an encrypted file? 2018-08-17Add vim mapping to add a #includeJune McEnroe