Skip to content

Commit

Permalink
default to just returning executable name if it can't be found to att…
Browse files Browse the repository at this point in the history
…empt a $PATH lookup
  • Loading branch information
Justin Lee committed Sep 15, 2016
1 parent e6fc8fb commit 6f86649
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -168,7 +168,7 @@ def find(executable) {
if(exec.exists()) {
exec.absolutePath
}
}
} ?: executable
}

apply from: 'gradle/osgi-compatibility.gradle'
Expand Down

0 comments on commit 6f86649

Please sign in to comment.