lsb: de-bash scripts to remove bash dependency

De-bash some script in lsb to make it not dependent on bash.

[YOCTO #5555]

(From OE-Core rev: 5ba55f9936d1f036518a1722f9c1e551477e167c)

Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Chen Qi 2013-11-29 20:48:13 +08:00 committed by Richard Purdie
parent 32c5d84823
commit f81aa8db52
4 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions