8000 Merge branch '5.4' into 6.4 · symfony/console@4268688 · GitHub
[go: up one dir, main page]

Skip to content

Commit 4268688

Browse files
committed
Merge branch '5.4' into 6.4
* 5.4: [Validator] added Polish translation for units 116-119 Revert stateless check [Console] Fix side-effects from running bash completions skip transient Redis integration tests on AppVeyor
2 parents b406d22 + e86f855 commit 4268688

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ _sf_{{ COMMAND_NAME }}() {
1717
done
1818

1919
# Use newline as only separator to allow space in completion values
20-
IFS=$'\n'
20+
local IFS=$'\n'
2121
local sf_cmd="${COMP_WORDS[0]}"
2222

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

0 commit comments

Comments
 (0)
0