From 20772f90fff54f95fc8cafe2b0c9be4c093cbf64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Fr=C3=B6ssman?= Date: Wed, 28 Aug 2013 18:02:14 +0200 Subject: [PATCH] Fix bash completion, remove have Should solve #1639. --- contrib/docker.bash | 2 -- 1 file changed, 2 deletions(-) diff --git a/contrib/docker.bash b/contrib/docker.bash index 32f2b5f8f..63df98825 100644 --- a/contrib/docker.bash +++ b/contrib/docker.bash @@ -21,7 +21,6 @@ # If the docker daemon is using a unix socket for communication your user # must have access to the socket for the completions to function correctly -have docker && { __docker_containers_all() { local containers @@ -542,4 +541,3 @@ _docker() } complete -F _docker docker -} \ No newline at end of file