-
Improvement
-
Resolution: Fixed
-
Minor
-
None
For example, if the build contains variables XXXX=a and XXXX_YYYY=b, XXXX_YYYY might not get replaced correctly if XXXX is parsed first:
"$XXXX $XXXX_YYYY" will result in "a a_YYYY"
For example, if the build contains variables XXXX=a and XXXX_YYYY=b, XXXX_YYYY might not get replaced correctly if XXXX is parsed first:
"$XXXX $XXXX_YYYY" will result in "a a_YYYY"