Skip to content

Commit

Permalink
Merge branch '6.4' into 7.1
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
chalasr committed Aug 15, 2024
2 parents 6e710b5 + 4268688 commit 1eed7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Resources/completion.bash
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ _sf_{{ COMMAND_NAME }}() {
done

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

# for an alias, get the real script behind it
Expand Down

0 comments on commit 1eed7af

Please sign in to comment.