mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-06-04 00:59:46 +00:00
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:
parent
113c39bfb8
commit
233c1292c3
@ -1,5 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
#
|
||||
# lxc: linux Container library
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user