]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
Add missing ;; to -m case (#1)
authorNate Drake <ndrake@gmail.com>
Wed, 25 Jun 2025 22:39:05 +0000 (18:39 -0400)
committerKarel Zak <kzak@redhat.com>
Tue, 9 Sep 2025 09:20:42 +0000 (11:20 +0200)
(cherry picked from commit 565eb6370c76721bbd0d7fa292d9315a6856f627)

bash-completion/enosys

index 14bc8236928bcc7f036b48196a4dc764213c4709..d89bc8f0995084b9a77dbad3f42ef5a56d0be8cf 100644 (file)
@@ -16,6 +16,7 @@ _waitpid_module()
                        ;;
                '-m'|'--list-ioctl')
                        return 0
+                       ;;
                '-d'|'--dump')
                        COMPREPLY=( $(compgen -f -- $cur) )
                        return 0