2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-14 12:42:11 +00:00

Fix stupid bug, that broke using xsltproc ;

[SVN r62238]
This commit is contained in:
Steven Watanabe
2010-05-26 12:18:46 +00:00
parent b81ced461c
commit a439fe8aed

View File

@@ -36,7 +36,7 @@ rule init ( xsltproc ? )
{
$(.initialized) = true ;
.xsltproc = $(xsltproc) ;
.is-cygwin = [ .is-cygwin $(xsltproc) ] ;
.is-cygwin = [ .is-cygwin $(xsltproc:E=xsltproc) ] ;
}
}