2
0
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:
Dave Abrahams
2002-04-07 00:18:37 +00:00
parent 4aa99f0d00
commit 168fceb804
3 changed files with 16 additions and 9 deletions

View File

@@ -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]) ;
}