Closed ghedo closed 11 years ago
Apparently there's no such thing as posix.R_OK. This patch replaces it with just "r". AFAICT "r" is also selected when passing nil, and that's maybe why it woked fine so far.
posix.R_OK
nil
Hi, thanks for the patch! It was fixed in 683f2114c0b2ced5cc4141017c48ebb68e1a483b and because it is merged now I am closing the report.
Apparently there's no such thing as
posix.R_OK
. This patch replaces it with just "r". AFAICT "r" is also selected when passingnil
, and that's maybe why it woked fine so far.