You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[gh-11363] Fix variable substitution in concat_lines function
The previous fix broke variable substitution because the while loop
was running in a subshell. This fix uses a temporary file approach
to avoid the subshell issue while still preserving pipe symbols
and quoted arguments.
Changes:
- Use temporary file to process jvm.config content
- Avoid subshell that prevented variable substitution
- Maintain all existing functionality (comments removal, variable substitution)
- Preserve pipe symbols and quoted arguments
0 commit comments