From 79730cd65d690fa270758bab14333091e68d7428 Mon Sep 17 00:00:00 2001 From: Chris Nogradi Date: Wed, 12 Mar 2014 07:41:15 -0500 Subject: [PATCH 32/32] Fixed invalid property reporting in translate. --- src/build/property.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/build/property.jam b/src/build/property.jam index dc9dbd8..7fdf187 100644 --- a/src/build/property.jam +++ b/src/build/property.jam @@ -523,7 +523,7 @@ rule translate ( properties * : project-id : project-location : context-module ) else { import errors ; - errors.error "'$(e)' is not a valid property specification" ; + errors.error "'$(property)' is not a valid property specification" ; } } else { local attributes = [ feature.attributes $(feature) ] ; -- 1.8.4.msysgit.0