]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
removed shebang from bash_completion-file
authorJohannes Kastl <git@ojkastl.de>
Sat, 1 Mar 2014 20:48:11 +0000 (21:48 +0100)
committerStéphane Graber <stgraber@ubuntu.com>
Mon, 3 Mar 2014 15:57:41 +0000 (10:57 -0500)
Signed-off-by: Johannes Kastl <git@ojkastl.de>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
config/bash/lxc.in

index c1c9041dfe5fb163df7802935622df5d4223da3c..18fd48f2be2acb4e112e3494ee3e8e94202a3de8 100644 (file)
@@ -1,5 +1,3 @@
-#!bash
-
 have lxc-start && {
     _lxc_names() {
         COMPREPLY=( $( compgen -W "$( lxc-ls )" "$cur" ) )