Change 424

grant_glouser (Grant Glouser)
Grant Glouser committed this change into //guest/grant_glouser/jam
Request Review
Download .zip
When importing variables, do not split on spaces.

For example, "A=a b c" sets A to the single item "a b c".
The previous behavior was to set A to the three item list "a" "b" "c".

This applies to
    - imported environment variables
    - variables set on the command line with -s
    - a few build-time variables (OSSYMS, etc.)
  • Files 1
  • Comments 0
1 edited 0 added 0 deleted
variable.c#2
Loading...
Tip: Use n and p to cycle through the changes.