]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
lxc.functions isn't a shell script
authorStéphane Graber <stgraber@ubuntu.com>
Fri, 8 Feb 2013 21:01:02 +0000 (16:01 -0500)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 8 Feb 2013 21:33:28 +0000 (16:33 -0500)
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>
src/lxc/lxc.functions.in

index 3425929ef88a68ef808d04e078d310fe48f64376..ffc841ad96d7f77f5c9a935d0b18ea2b2320fa41 100644 (file)
@@ -1,5 +1,3 @@
-#!/bin/sh
-
 #
 # lxc: linux Container library