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

Fix incorrect variable expansion

[SVN r75734]
This commit is contained in:
Steven Watanabe
2011-11-29 23:36:42 +00:00
parent 183b77dc22
commit 0d91e1454b

View File

@@ -263,7 +263,7 @@ rule find-jamfile (
{
errors.error Unable to load Jamfile.
: Could not find a Jamfile in directory '$(dir)'.
: Attempted to find it with pattern '"$(JAMFILE:J=" ")"'.
: Attempted to find it with pattern '"$(JAMFILE:J= )"'.
: Please consult the documentation at 'http://www.boost.org'. ;
}