Skip to content

Commit 1eed7af

Browse files
committed
Merge branch '6.4' into 7.1
* 6.4: [Serializer] Remove redundant @internal tags from traceable classes Fix conversion of partitioned cookies in the PSR-7 bridge [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 6e710b5 + 4268688 commit 1eed7af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Resources/completion.bash

+1-1
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)