|
Boost-Commit : |
Subject: [Boost-commit] svn:boost r75734 - trunk/tools/build/v2/build
From: steven_at_[hidden]
Date: 2011-11-29 18:36:42
Author: steven_watanabe
Date: 2011-11-29 18:36:42 EST (Tue, 29 Nov 2011)
New Revision: 75734
URL: http://svn.boost.org/trac/boost/changeset/75734
Log:
Fix incorrect variable expansion
Text files modified:
trunk/tools/build/v2/build/project.jam | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/tools/build/v2/build/project.jam
==============================================================================
--- trunk/tools/build/v2/build/project.jam (original)
+++ trunk/tools/build/v2/build/project.jam 2011-11-29 18:36:42 EST (Tue, 29 Nov 2011)
@@ -263,7 +263,7 @@
{
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'. ;
}
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk