From d065bf4c46c4ce2b4370ffc8f191c140874e0987 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Thu, 10 Jul 2008 02:47:51 +0000 Subject: [PATCH] Fix misleading comment for find-tool [SVN r47281] --- v2/tools/common.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/v2/tools/common.jam b/v2/tools/common.jam index eb8bb58de..5327cd77b 100644 --- a/v2/tools/common.jam +++ b/v2/tools/common.jam @@ -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 ? ) {