Commit 5d0fa8e
committed
bug symfony#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@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
-------
5456645 [Console] Fix side-effects from running bash completions1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments