From: Nate Drake Date: Wed, 25 Jun 2025 22:39:05 +0000 (-0400) Subject: Add missing ;; to -m case (#1) X-Git-Tag: v2.41.2-rc1~45 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5d0ef6afe2bc84a9c3be9fbaffc4ec201b2bfe39;p=thirdparty%2Futil-linux.git Add missing ;; to -m case (#1) (cherry picked from commit 565eb6370c76721bbd0d7fa292d9315a6856f627) --- diff --git a/bash-completion/enosys b/bash-completion/enosys index 14bc82369..d89bc8f09 100644 --- a/bash-completion/enosys +++ b/bash-completion/enosys @@ -16,6 +16,7 @@ _waitpid_module() ;; '-m'|'--list-ioctl') return 0 + ;; '-d'|'--dump') COMPREPLY=( $(compgen -f -- $cur) ) return 0