From 0d91e1454bf82756e7340ccdd04fbdd37f0620de Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Tue, 29 Nov 2011 23:36:42 +0000 Subject: [PATCH] Fix incorrect variable expansion [SVN r75734] --- src/build/project.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/project.jam b/src/build/project.jam index e072ca387..9f475cb10 100644 --- a/src/build/project.jam +++ b/src/build/project.jam @@ -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'. ; }