[lxc-devel] [lxc/master] Change _have => have into bash/lxc.in

bayaro on Github lxc-bot at linuxcontainers.org
Wed Jul 5 17:21:57 UTC 2017


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 344 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20170705/603bca74/attachment.bin>
-------------- next part --------------
From cc90757503b7cee189f47b5d6f3413400eafc648 Mon Sep 17 00:00:00 2001
From: Yaroslav Bo <yaroslav at lovecrafts.com>
Date: Wed, 5 Jul 2017 20:20:50 +0300
Subject: [PATCH] Change _have => have into bash/lxc.in

`/etc/bash_completion` contains only `have`
---
 config/bash/lxc.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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


More information about the lxc-devel mailing list