2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 12:22:17 +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 0ff9b8794f
commit 4d2cfb32f8

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)
{