mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 00:52:16 +00:00
7d04f4337bea542ad7b5464abf74aca3ea7176fa
The bug was causing the inner while loop to be completely ignored, effectively causing concatenated Jam variable expansions to ignore all but the first variable value. For example, the following code: local a = one two ; ECHO /$(a)/ ; would output '/one/' instead of '/one/ /two/'. Kudos to Kim Rasmussen <rasmussen74 at gmail dot com> for detecting and helping debug & test the issue. [SVN r80319]
Description
Mirrored via gitea-mirror
Languages
C++
73.8%
Python
22.6%
C
1.6%
Batchfile
0.7%
Shell
0.6%
Other
0.6%