]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - bash-completion/blkzone
bash-completion: Add non-canonical device fallback
[thirdparty/util-linux.git] / bash-completion / blkzone
index a50684df974fab236e6cc9bd2573d023535f3435..b642953485e9c74a76f5527361c43278346bc0fe 100755 (executable)
@@ -46,6 +46,7 @@ _blkzone_module()
                        return 0
                        ;;
        esac
+       compopt -o bashdefault -o default
        COMPREPLY=( $(compgen -W "$(lsblk -pnro name)" -- $cur) )
        return 0
 }