[oe-commits] Andreas Oberritter : shr: fix sh equality operator

git version control git at git.openembedded.org
Sun Nov 14 23:43:38 UTC 2010


Module: openembedded.git
Branch: master
Commit: f69711e85e5702cee80f63561985a12a5277c16d
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=f69711e85e5702cee80f63561985a12a5277c16d

Author: Andreas Oberritter <obi at opendreambox.org>
Date:   Tue Oct 26 15:43:25 2010 +0000

shr: fix sh equality operator

Signed-off-by: Andreas Oberritter <obi at opendreambox.org>
Acked-by: Michael Smith <msmith at cbnco.com>

---

 recipes/shr/initscripts-shr_0.0.1.bb |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/shr/initscripts-shr_0.0.1.bb b/recipes/shr/initscripts-shr_0.0.1.bb
index ce76fbd..397cff7 100644
--- a/recipes/shr/initscripts-shr_0.0.1.bb
+++ b/recipes/shr/initscripts-shr_0.0.1.bb
@@ -76,7 +76,7 @@ do_install () {
 	install -m 0755	${WORKDIR}/umountfs		${D}${sysconfdir}/init.d
 	install -m 0755	${WORKDIR}/umountnfs.sh		${D}${sysconfdir}/init.d
 
-	if [ "${MACHINE}" == "palmpre" ]; then
+	if [ "${MACHINE}" = "palmpre" ]; then
 		install -m 0755 ${WORKDIR}/mountdevtmpfs.sh ${D}${sysconfdir}/init.d
 		ln -sf ../init.d/mountdevtmpfs.sh ${D}${sysconfdir}/rcS.d/S03mountdevtmpfs.sh
 	fi





More information about the Openembedded-commits mailing list