From 4574f373402f7bc05a44c5f3cf0febcebe80dbd2 Mon Sep 17 00:00:00 2001 From: Tilman Kranz Date: Sun, 18 May 2025 02:18:30 +0200 Subject: [PATCH] correct declaration of local variables --- pulseaudio-tcp.bash_completion | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pulseaudio-tcp.bash_completion b/pulseaudio-tcp.bash_completion index 3e4a4d8..1d8a60c 100644 --- a/pulseaudio-tcp.bash_completion +++ b/pulseaudio-tcp.bash_completion @@ -1,5 +1,5 @@ _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]} options=( "--debug" "--help" "--nogui" )