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.)