From: EdĂȘnis Freindorfer Azevedo Date: Tue, 31 Aug 2021 10:52:03 +0000 (-0300) Subject: Fix `lxc-create` completion. X-Git-Tag: lxc-4.0.11~85 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eaeec61d2bc5210cb4fa83819908985b2ff168ee;p=thirdparty%2Flxc.git Fix `lxc-create` completion. Do not append a name of an existing container. Signed-off-by: EdĂȘnis Freindorfer Azevedo --- diff --git a/config/bash/lxc.in b/config/bash/lxc.in index 8eb2df3f3..ea7d53b70 100644 --- a/config/bash/lxc.in +++ b/config/bash/lxc.in @@ -564,7 +564,6 @@ _lxc_create() { [[ ${COMPREPLY-} == *= ]] && compopt -o nospace return fi - _lxc_append_name } complete -F _lxc_create lxc-create