From 04a7dca3b0aa7659846e66415a2021b1562492f5 Mon Sep 17 00:00:00 2001 From: Oliver Kiddle Date: Wed, 11 Oct 2017 01:23:53 +0200 Subject: 41831: fix compset usage in ogg123 completion and tweak where compset -p is a better choice than -P --- Completion/Unix/Command/_vorbis | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Completion/Unix/Command/_vorbis') diff --git a/Completion/Unix/Command/_vorbis b/Completion/Unix/Command/_vorbis index eee4f7a5e..cb3e3f9d8 100644 --- a/Completion/Unix/Command/_vorbis +++ b/Completion/Unix/Command/_vorbis @@ -79,7 +79,7 @@ case $service in esac if [[ $state = devopts ]]; then - if compset -p '*:'; then + if compset -P '*:'; then _message -e value value else _wanted devopts expl 'device option' \ -- cgit 1.4.1