Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bug #57853 [Console] Fix side-effects from running bash completions (…
…Seldaek) This PR was merged into the 5.4 branch. Discussion ---------- [Console] Fix side-effects from running bash completions | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Issues | Fix composer/composer#12015 | License | MIT Fixes issues in symfony bash completions having side-effects for other completions. See composer/composer#12015 for details. I identified this IFS line as causing the issue.. But it was introduced here symfony/symfony@e9e0c07 (cc `@GromNaN`) probably for a good reason. So I don't think this is mergeable as is, but we should see what can be done to set IFS where needed per process call and not change it globally like that. Commits ------- 5456645628 [Console] Fix side-effects from running bash completions
- Loading branch information