shr: fix sh equality operator
authorAndreas Oberritter <obi@opendreambox.org>
Tue, 26 Oct 2010 15:43:25 +0000 (15:43 +0000)
committerMichael Smith <msmith@cbnco.com>
Sun, 14 Nov 2010 23:36:55 +0000 (18:36 -0500)
Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
Acked-by: Michael Smith <msmith@cbnco.com>
recipes/shr/initscripts-shr_0.0.1.bb

index ce76fbd..397cff7 100644 (file)
@@ -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