]> xenbits.xensource.com Git - xen.git/commitdiff
xendriverdomain: use POSIX sh and not bash
authorDoug Goldstein <cardoe@cardoe.com>
Thu, 12 May 2016 15:29:29 +0000 (10:29 -0500)
committerWei Liu <wei.liu2@citrix.com>
Thu, 12 May 2016 16:37:27 +0000 (17:37 +0100)
The script doesn't use any bash-isms and works fine with BusyBox's ash.

Signed-off-by: Doug Goldstein <cardoe@cardoe.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
Release-acked-by: Wei Liu <wei.liu2@citrix.com>
tools/hotplug/Linux/init.d/xendriverdomain.in

index 5fd4e9a0c3ea89605b78eb355ba4381a8682abf4..8d4592a92a0788a0863f9655f22fc42c55dcf789 100644 (file)
@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 #
 # xendriverdomain    Script to start services needed in a Xen driver domain
 #