[PATCH 2/24] path2bin_test.patch

2015-10-03 Thread Alexander Kapshuk
As suggested by Jim Davis , via this mailing list, this patch checks for binaries in the user's $PATH first by calling 'which name-of-binary'. If the binary is not found there, an attempt is made to find it elsewhere on the system. 'whereis name-of-binary' is used to that end. Below is Jim's

[PATCH 2/24] path2bin_test.patch

2015-10-03 Thread Alexander Kapshuk
As suggested by Jim Davis , via this mailing list, this patch checks for binaries in the user's $PATH first by calling 'which name-of-binary'. If the binary is not found there, an attempt is made to find it elsewhere on the system. 'whereis name-of-binary' is used to that end.