Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 61f042b

Browse filesBrowse files
Seldaeknicolas-grekas
authored andcommitted
Fix side-effects from running bash completions
1 parent f3e0c81 commit 61f042b
Copy full SHA for 61f042b

File tree

1 file changed

+1
-2
lines changed
Filter options

1 file changed

+1
-2
lines changed

‎src/Symfony/Component/Console/Resources/completion.bash

Copy file name to clipboardExpand all lines: src/Symfony/Component/Console/Resources/completion.bash
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,7 @@
66
# https://symfony.com/doc/current/contributing/code/license.html
77

88
_sf_{{ COMMAND_NAME }}() {
9-
# Use newline as only separator to allow space in completion values
10-
IFS=$'\n'
9+
local IFS=$'\n'
1110
local sf_cmd="${COMP_WORDS[0]}"
1211

1312
# for an alias, get the real script behind it

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.