termux-packages/packages/dash
Fredrik Fornwall 4e3d3c0034 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.
2015-10-31 13:37:04 -04:00
..
build.sh Fix dash AT_EACCESS usage 2015-10-31 13:37:04 -04:00
mkbuiltins.patch Initial push 2015-06-13 01:03:31 +02:00