From: Johannes Kastl Date: Sat, 1 Mar 2014 20:48:11 +0000 (+0100) Subject: removed shebang from bash_completion-file X-Git-Tag: lxc-1.1.0.alpha1~255 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c18d419f7c725f9073454f996a3fb51365cf925a;p=thirdparty%2Flxc.git removed shebang from bash_completion-file Signed-off-by: Johannes Kastl Acked-by: Stéphane Graber --- diff --git a/config/bash/lxc.in b/config/bash/lxc.in index c1c9041df..18fd48f2b 100644 --- a/config/bash/lxc.in +++ b/config/bash/lxc.in @@ -1,5 +1,3 @@ -#!bash - have lxc-start && { _lxc_names() { COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )