projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
556c69f
)
xendriverdomain: use POSIX sh and not bash
author
Doug Goldstein
<cardoe@cardoe.com>
Thu, 12 May 2016 15:29:29 +0000
(10:29 -0500)
committer
Wei 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
patch
|
blob
|
history
diff --git
a/tools/hotplug/Linux/init.d/xendriverdomain.in
b/tools/hotplug/Linux/init.d/xendriverdomain.in
index 5fd4e9a0c3ea89605b78eb355ba4381a8682abf4..8d4592a92a0788a0863f9655f22fc42c55dcf789 100644
(file)
--- a/
tools/hotplug/Linux/init.d/xendriverdomain.in
+++ b/
tools/hotplug/Linux/init.d/xendriverdomain.in
@@
-1,4
+1,4
@@
-#!/bin/
ba
sh
+#!/bin/sh
#
# xendriverdomain Script to start services needed in a Xen driver domain
#