-
Committer:
John Arbash Meinel
-
Date:
2007-10-17 17:03:06 UTC
-
mto:
This revision was merged to the branch mainline in
revision
2918.
-
Revision ID:
john@arbash-meinel.com-20071017170306-20w50sk1djh0i14k
Switch around to properly look up the executable bit in the basis.
We do this with a load-time switch around supports_executable(), rather than
a runtime if supports_executable() check.
It would be nice to inline the _is_executable_* check on platforms that support
executable, but we had a function call before, so we haven't degraded
performance.