Fix dash AT_EACCESS usage
authorFredrik Fornwall <fredrik@fornwall.net>
Sat, 31 Oct 2015 17:37:04 +0000 (13:37 -0400)
committerFredrik Fornwall <fredrik@fornwall.net>
Sat, 31 Oct 2015 17:37:04 +0000 (13:37 -0400)
commit4e3d3c00342f379c354e294a150a6983de3d3b41
treeb66d0e77a477ce03e769d52455e368d83da4b512
parent1ac0bea8ed1fa08f96c6b0e049eadcea469bf404
Fix dash AT_EACCESS usage

The dash shell used AT_EACCESS for certain operations, such as when
checking if a file is executable. This does not work on Android 6+,
and is not needed on Termux as a single-user system anyways, so
remove the custom define of AT_EACCESS when building and use the
disabled value of 0 from the patched system headers.

Fixes #37.
packages/dash/build.sh