From 1784b623df2ea9197364b31a7f30077643ef57f3 Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Wed, 17 Dec 2008 15:49:07 +0000 Subject: [PATCH] Fix variable name. Thanks to Johan Nilsson [SVN r50302] --- src/tools/stage.jam | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/stage.jam b/src/tools/stage.jam index dbfea0b84..fcbcd5acc 100644 --- a/src/tools/stage.jam +++ b/src/tools/stage.jam @@ -77,7 +77,7 @@ class install-target-class : basic-target # Unless true is in properties, which can happen # only if the user has explicitly requested it, nuke all # properties. - if [ $(property-set).get ] != true + if [ $(build-property-set).get ] != true { ps-raw = [ property.change $(ps-raw) : ] ; }