]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/fsck
su: use lib/pty-session.c code for --pty
[thirdparty/util-linux.git] / bash-completion / fsck
index 301bb5d00ea1536dbeee88e99a0d3594c7472472..16ae9bde8ccd3d2ba4dca42da820bb2db36eba05 100644 (file)
@@ -32,6 +32,7 @@ _fsck_module()
                        return 0
                        ;;
        esac
+       compopt -o bashdefault -o default
        COMPREPLY=( $(compgen -W "$(lsblk -pnro name)" -- $cur) )
        return 0
 }