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) ] ;