The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc/pull/3239

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===
Signed-off-by: vikaig <vikai...@gmail.com>
From aac4e12abd650b8a32463cf8385d9c48a29e0547 Mon Sep 17 00:00:00 2001
From: vikaig <vikai...@gmail.com>
Date: Mon, 23 Dec 2019 23:31:53 +0200
Subject: [PATCH] cmd: fix shebang

Signed-off-by: vikaig <vikai...@gmail.com>
---
 src/lxc/cmd/lxc-checkconfig.in   | 3 +--
 src/lxc/cmd/lxc-update-config.in | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/lxc/cmd/lxc-checkconfig.in b/src/lxc/cmd/lxc-checkconfig.in
index 8e8de45030..25d99c477f 100755
--- a/src/lxc/cmd/lxc-checkconfig.in
+++ b/src/lxc/cmd/lxc-checkconfig.in
@@ -1,6 +1,5 @@
-# SPDX-License-Identifier: LGPL-2.1+
-
 #!/bin/sh
+# SPDX-License-Identifier: LGPL-2.1+
 
 # Allow environment variables to override config
 : ${CONFIG:=/proc/config.gz}
diff --git a/src/lxc/cmd/lxc-update-config.in b/src/lxc/cmd/lxc-update-config.in
index 1809290331..6782cb6b59 100644
--- a/src/lxc/cmd/lxc-update-config.in
+++ b/src/lxc/cmd/lxc-update-config.in
@@ -1,6 +1,5 @@
-# SPDX-License-Identifier: LGPL-2.1+
-
 #!/bin/sh
+# SPDX-License-Identifier: LGPL-2.1+
 
 # Make sure the usual locations are in PATH
 export PATH=$PATH:/usr/sbin:/usr/bin:/sbin:/bin
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to