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

Boost Build cleanup - minor stylistic change.

[SVN r79905]
This commit is contained in:
Jurko Gospodnetić
2012-08-07 13:11:44 +00:00
parent bb58317939
commit 045bf2033e

View File

@@ -25,7 +25,7 @@ rule backtrace ( skip-frames prefix messages * : * )
local bt = [ nearest-user-location ] ;
if $(bt)
{
ECHO "$(prefix) at $(bt) " ;
ECHO $(prefix) at $(bt) ;
}
for local n in $(args)
{