1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-09 05:29:32 +00:00

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
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions
+1 -1
View File
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions
@@ -1,4 +1,4 @@
#!/bin/bash
#!/bin/sh
. /etc/init.d/functions