From: Nate Drake Date: Wed, 25 Jun 2025 22:39:05 +0000 (-0400) Subject: Add missing ;; to -m case (#1) X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=565eb6370c76721bbd0d7fa292d9315a6856f627;p=thirdparty%2Futil-linux.git Add missing ;; to -m case (#1) --- 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