mirror of
https://github.com/boostorg/build.git
synced 2026-02-15 13:02:11 +00:00
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]
137 KiB
137 KiB