From: EdĂȘnis Freindorfer Azevedo Date: Tue, 31 Aug 2021 10:52:03 +0000 (-0300) Subject: Fix `lxc-create` completion. X-Git-Tag: lxc-5.0.0~91^2~9 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b73b4ec7fb1cbad4493f4aa375b574a2c5cbe7e2;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