]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/addpart
script: remove unused variable
[thirdparty/util-linux.git] / bash-completion / addpart
index 31796390886e462880f8c9e4ae53d060c376fd4e..b7e93d10297f1e9fbe688b53d576cbdbd71edbb5 100644 (file)
@@ -6,6 +6,7 @@ _addpart_module()
        case $COMP_CWORD in
                1)
                        OPTS="--help --version $(lsblk -pnro name)"
+                       compopt -o bashdefault -o default
                        COMPREPLY=( $(compgen -W "${OPTS[*]}" -- $cur) )
                        ;;
                2)