]> 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)
committerGitHub <noreply@github.com>
Wed, 25 Jun 2025 22:39:05 +0000 (18:39 -0400)
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