Skip to content

Commit

Permalink
[Console] Fix side-effects from running bash completions
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek authored and nicolas-grekas committed Aug 13, 2024
1 parent cef6239 commit c24bcd0
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 @@ -7,7 +7,7 @@

_sf_{{ COMMAND_NAME }}() {
# 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 c24bcd0

Please sign in to comment.