From 385699422c318ceab4ffe1cb05d4b9f560884c70 Mon Sep 17 00:00:00 2001 From: Steven Watanabe Date: Wed, 12 Mar 2014 12:10:43 -0700 Subject: [PATCH] Fix error message. --- 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 dc9dbd8496..7fdf18757c 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) ] ;