issue-76: fix syntax error in jamfile (#77)

This commit is contained in:
James E. King III
2018-05-13 11:17:57 -04:00
committed by Rene Rivera
parent 5e8f5d5a4b
commit 0bccaa9ead

View File

@ -43,7 +43,7 @@ rule check ( expressions + : language ? : true-properties * : false-properties *
else else
{ {
# Create the check run if we don't have one yet. # Create the check run if we don't have one yet.
local key = [ MD5 $(language)::$(expression) ] ; local key = [ MD5 "$(language)::$(expression)" ] ;
if ! ( $(key) in $(_checks_) ) if ! ( $(key) in $(_checks_) )
{ {
_checks_ += $(key) ; _checks_ += $(key) ;