8000 fix: bash side-effects from bash completions · symfony-cli/symfony-cli@6355163 · GitHub
[go: up one dir, main page]

Skip to content

Commit 6355163

Browse files
committed
fix: bash side-effects from bash completions
1 parent 7c4fca5 commit 6355163

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

commands/resources/completion.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ _complete_{{ .App.HelpName }}() {
4646
done
4747

4848
# Use newline as only separator to allow space in completion values
49-
IFS=$'\n'
49+
local IFS=$'\n'
5050

5151
local cur prev words cword
5252
_get_comp_words_by_ref -n := cur prev words cword

0 commit comments

Comments
 (0)
0