2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 00:32:11 +00:00

Minor stylistic comment change in the build/v2/tools/common.jam Boost Build module.

[SVN r47330]
This commit is contained in:
Jurko Gospodnetić
2008-07-11 22:57:54 +00:00
parent e72fb04608
commit d398ecce19

View File

@@ -331,7 +331,7 @@ 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 the
# first path found. Otherwise, returns an empty string. If 'path-last' is
# 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 ? )