From 233c1292c3bc5080da28b3e1844c33e25c04d034 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Fri, 8 Feb 2013 16:01:02 -0500 Subject: [PATCH] lxc.functions isn't a shell script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/lxc/lxc.functions.in | 2 -- 1 file changed, 2 deletions(-) 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