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

Removed an unused variable from one of the internal Boost Build tests.

[SVN r79596]
This commit is contained in:
Jurko Gospodnetić
2012-07-19 04:39:42 +00:00
parent 489d184636
commit d32d7ee1cb

View File

@@ -23,13 +23,11 @@ rule register ( id composing ? : source-types + : target-types + )
if [ modules.peek : NT ]
{
escape-char = ^ ;
X = ")" ;
ECHO_CMD = (echo. ;
}
else
{
escape-char = \\ ;
X = \" ;
ECHO_CMD = "echo $(X)" ;
}