From: Stéphane Graber Date: Fri, 8 Feb 2013 21:01:02 +0000 (-0500) Subject: lxc.functions isn't a shell script X-Git-Tag: lxc-0.9.0.alpha3~1^2~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=233c1292c3bc5080da28b3e1844c33e25c04d034;p=thirdparty%2Flxc.git 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 Acked-by: Serge E. Hallyn --- diff --git a/src/lxc/lxc.functions.in b/src/lxc/lxc.functions.in index 3425929ef..ffc841ad9 100644 --- a/src/lxc/lxc.functions.in +++ b/src/lxc/lxc.functions.in @@ -1,5 +1,3 @@ -#!/bin/sh - # # lxc: linux Container library