2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Fix misleading comment for find-tool

[SVN r47281]
This commit is contained in:
Steven Watanabe
2008-07-10 02:47:51 +00:00
parent 0ab5db7932
commit d065bf4c46

View File

@@ -330,9 +330,9 @@ rule get-absolute-tool-path ( command )
# Attempts to find tool (binary) named 'name' in PATH and in 'additional-paths'.
# If found in PATH, returns 'name' and if found in additional paths, returns
# absolute name. If the tool is found in several directories, returns all paths.
# Otherwise, returns an empty string. If 'path-last' is specified, PATH is
# searched after 'additional-paths'.
# absolute name. If the tool is found in several directories, returns the
# first path found. Otherwise, returns an empty string. If 'path-last' is
# specified, PATH is searched after 'additional-paths'.
#
rule find-tool ( name : additional-paths * : path-last ? )
{