lxc.functions isn't a shell script

lxc.functions.in is meant to be sourced, not to be called as a script.
So as it's not executable and not meant to be, it shouldn't have
a /bin/sh shebang.

This fixes an error reported by lintian.

Signed-off-by: Stéphane Graber <stgraber@ubuntu.com>
Acked-by: Serge E. Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
Stéphane Graber 2013-02-08 16:01:02 -05:00
parent 113c39bfb8
commit 233c1292c3

View File

@ -1,5 +1,3 @@
#!/bin/sh
#
# lxc: linux Container library