[lxc-devel] Remove shebang from config/bash/lxc.in?

Johannes Kastl mail at ojkastl.de
Sat Mar 1 21:38:15 UTC 2014


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Am 01.03.14 22:22 schrieb Stéphane Graber:

>> Looks good but upstream requires sign off on your commits, can
>> you resubmit with a Signed-off-by line in your commit message?

[X] Done.

Regards,
Johannes
- -- 
'Are you Death?'
... IT'S THE SCYTHE, ISN'T IT? PEOPLE ALWAYS NOTICE THE SCYTHE.
(Terry Pratchett, The Fifth Elephant)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
Comment: Using GnuPG with SeaMonkey - http://www.enigmail.net/

iEYEARECAAYFAlMSU0cACgkQzi3gQ/xETbIjQgCfWLXKpLaxBECfwtFfGfOGb/Ks
4Q8AnjdHsIU1Axw3ltCX6aQehNyYabh0
=o4MV
-----END PGP SIGNATURE-----
-------------- next part --------------
>From 9f20eedf502fb4b01b49e5ae550d280c8b4017dc Mon Sep 17 00:00:00 2001
From: Johannes Kastl <git at ojkastl.de>
Date: Sat, 1 Mar 2014 21:48:11 +0100
Subject: [PATCH] removed shebang from bash_completion-file

Signed-off-by: Johannes Kastl <git at ojkastl.de>
---
 config/bash/lxc.in | 2 --
 1 file changed, 2 deletions(-)

diff --git a/config/bash/lxc.in b/config/bash/lxc.in
index c1c9041..18fd48f 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" ) )
-- 
1.8.5.5



More information about the lxc-devel mailing list