You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
lxc/lxc-fix-bash-completion.patch

11 lines
279 B

diff --git b/config/bash/lxc.in a/config/bash/lxc.in
index 344d5cb..cbd1b79 100644
--- b/config/bash/lxc.in
+++ a/config/bash/lxc.in
@@ -1,4 +1,4 @@
-_have lxc-start && {
+have lxc-start && {
_lxc_names() {
COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )
}