]> code.ossystems Code Review - openembedded-core.git/commitdiff
update-rc.d.bbclass: Tweak change
authorRichard Purdie <richard@openedhand.com>
Mon, 6 Aug 2007 07:34:52 +0000 (07:34 +0000)
committerRichard Purdie <richard@openedhand.com>
Mon, 6 Aug 2007 07:34:52 +0000 (07:34 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@2370 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/classes/update-rc.d.bbclass

index cb217681e3897ea8d73031c0e64fd8eb0462eede..3051b7933f1186eb2d87e8b2aa40c1750ff178b8 100644 (file)
@@ -15,7 +15,7 @@ update-rc.d $OPT ${INITSCRIPT_NAME} ${INITSCRIPT_PARAMS}
 }
 
 updatercd_prerm() {
-if test "x$D" == "x"; then
+if test "x$D" = "x"; then
        ${INIT_D_DIR}/${INITSCRIPT_NAME} stop
 fi
 }