Jason Gedge efbf4f48c6
Fix poor message for executable that user doesn't have permissi… (#1535)
Previously, if the user didn't have the appropriate permissions to execute the
binary/script, they would see "command not found", which is confusing.

This commit eliminates the `which` crate in favour of `ichwh`, which deals
better with permissions by not dealing with them at all! This is closer to the
behaviour of `which` in many shells. Permission checks are then left up to the
caller to deal with.
2020-03-29 21:15:55 -04:00
..
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00
2020-03-11 06:34:19 +13:00