summary refs log tree commit diff
path: root/src/main.c
diff options
context:
space:
mode:
authorJilles Tjoelker <jilles@stack.nl>2010-03-10 13:29:11 +0800
committerHerbert Xu <herbert@gondor.apana.org.au>2010-03-10 13:29:11 +0800
commitea2cf705d50024b09e00f8f5bf9c666429bccfa5 (patch)
tree77497594bf8a9b1ac6218e0f3e073cfbfa77bab6 /src/main.c
parent[REDIR] Do not truncate file for FROMTO redirection (diff)
downloaddash-ea2cf705d50024b09e00f8f5bf9c666429bccfa5.tar.gz
dash-ea2cf705d50024b09e00f8f5bf9c666429bccfa5.zip
[ARITH] Fix logical or result value
Another change I'm making to the arith code is making || return 0 or 1
only, matching C, POSIX and other shells.

Apart from the compliance issue, it is also bad to expose implementation
details like the exact meaning of 'noeval' to scripts such that they may
come to depend on them.

Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au>
Diffstat (limited to 'src/main.c')
0 files changed, 0 insertions, 0 deletions
r> 2020-02-11Fix whois idle unit calculationJune McEnroe Rookie mistake. 2020-02-11Cast towupper to wchar_tJune McEnroe For some reason it takes and returns wint_t... 2020-02-11Cast set but unused variables to voidJune McEnroe 2020-02-11Declare strlcatJune McEnroe 2020-02-11Check if VDSUSP existsJune McEnroe 2020-02-11Fix completeReplace iterationJune McEnroe 2020-02-11Use pkg(8) to configure on FreeBSDJune McEnroe 2020-02-11Remove legacy codeJune McEnroe 2020-02-11Add INSTALLING section to READMEJune McEnroe