From: Doug Goldstein Date: Thu, 5 May 2016 20:18:09 +0000 (-0500) Subject: init: shebang should be the first line X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~1154 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b2fc97e2d20c04f54845cb43c5676a8fa947ab8b;p=xen.git init: shebang should be the first line The shebang was not on the first line in the init script and it should be. Signed-off-by: Doug Goldstein Reviewed-by: Andrew Cooper Acked-by: Wei Liu Release-acked-by: Wei Liu --- diff --git a/tools/hotplug/Linux/init.d/xendriverdomain.in b/tools/hotplug/Linux/init.d/xendriverdomain.in index 3720dea57a..5fd4e9a0c3 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