aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xbuildconf2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildconf b/buildconf
index 709434f49..d7efd575f 100755
--- a/buildconf
+++ b/buildconf
@@ -13,7 +13,7 @@ findtool(){
IFS=":"
for path in $PATH
do
- if test -r "$path/$file"; then
+ if test -f "$path/$file"; then
echo "$path/$file"
return
fi