]> code.ossystems Code Review - openembedded-core.git/commitdiff
ipkg.inc: Fix bashisms (now works with dash) (from OE.dev)
authorRichard Purdie <richard@openedhand.com>
Tue, 21 Nov 2006 12:18:05 +0000 (12:18 +0000)
committerRichard Purdie <richard@openedhand.com>
Tue, 21 Nov 2006 12:18:05 +0000 (12:18 +0000)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@920 311d38ba-8fff-0310-9ca6-ca027cbcb966

meta/packages/ipkg/ipkg.inc

index 7ad1e2e77968eb0d95dc12f6b10715b1f3e73e97..de799993e88ae8fcad1fc2bbffc2ad37d1f7af68 100644 (file)
@@ -29,7 +29,7 @@ pkg_postinst_ipkg () {
 if [ "x$D" != "x" ]; then
        install -d ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d
        # this happens at S98 where our good 'ole packages script used to run
-       echo -e "#!/bin/sh
+       echo "#!/bin/sh
 ipkg-cl configure
 " > ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure
        chmod 0755 ${IMAGE_ROOTFS}/${sysconfdir}/rcS.d/S${IPKG_INIT_POSITION}configure