diff mbox

[for-4.7,2/2] init: shebang should be the first line

Message ID 1462479489-5320-2-git-send-email-cardoe@cardoe.com (mailing list archive)
State New, archived
Headers show

Commit Message

Douglas Goldstein May 5, 2016, 8:18 p.m. UTC
The shebang was not on the first line in the init script and it should
be.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
---
 tools/hotplug/Linux/init.d/xendriverdomain.in | 1 -
 1 file changed, 1 deletion(-)

Comments

Andrew Cooper May 5, 2016, 8:57 p.m. UTC | #1
On 05/05/16 21:18, Doug Goldstein wrote:
> The shebang was not on the first line in the init script and it should
> be.
>
> Signed-off-by: Doug Goldstein <cardoe@cardoe.com>

Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
diff mbox

Patch

diff --git a/tools/hotplug/Linux/init.d/xendriverdomain.in b/tools/hotplug/Linux/init.d/xendriverdomain.in
index 3720dea..5fd4e9a 100644
--- a/tools/hotplug/Linux/init.d/xendriverdomain.in
+++ b/tools/hotplug/Linux/init.d/xendriverdomain.in
@@ -1,4 +1,3 @@ 
-
 #!/bin/bash
 #
 # xendriverdomain    Script to start services needed in a Xen driver domain