mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
perforce 2.4 integration
[SVN r13390]
This commit is contained in:
@@ -15,7 +15,7 @@ rule chars ( string )
|
||||
}
|
||||
|
||||
# trim off empty strings
|
||||
while $(result[1]) && ! $(result[-2])
|
||||
while $(result[1]) && ! $(result[-1])
|
||||
{
|
||||
result = $(result[1--2]) ;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user