diff options
author | Ron Yorston <rmy@pobox.com> | 2025-08-17 20:45:09 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2025-08-17 20:45:09 +0100 |
commit | f2e7ac8c2a0ef14f2215869a01f3346e332c57af (patch) | |
tree | 87bbdb0f2ad1072010e8852507ce4d47654ccf19 /shell/ash_test/ash-misc/if_false_exitcode.right | |
parent | 01ff9c492111cf7d51ad074629d6e72bc69fc149 (diff) | |
download | busybox-w32-master.tar.gz busybox-w32-master.tar.bz2 busybox-w32-master.zip |
Changes to the ls applet upstream assumed that the return value of
isatty() followed the C standard and would be 0 or 1. The wrapper
for Windows' _isatty() didn't allow for it returning a non-zero
value for a tty, not 1. This confused ls.
Fix the wrapper.
(GitHub issue #513)
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions