correct declaration of local variables

This commit is contained in:
Tilman Kranz
2025-05-18 02:18:30 +02:00
parent cf4477bb1c
commit 4574f37340

View File

@ -1,5 +1,5 @@
_pulseaudio_tcp_completions() { _pulseaudio_tcp_completions() {
local cur options commands delete no_cmd local cur options commands delete all_options command_pattern all_commands
cur=${COMP_WORDS[COMP_CWORD]} cur=${COMP_WORDS[COMP_CWORD]}
options=( "--debug" "--help" "--nogui" ) options=( "--debug" "--help" "--nogui" )