Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash
authorHolger Freyther <zecke@selfish.org>
Mon, 7 Jan 2008 18:25:55 +0000 (18:25 +0000)
committerHolger Freyther <zecke@selfish.org>
Mon, 7 Jan 2008 18:25:55 +0000 (18:25 +0000)
commit484aec6e78dd9624f20779130565d1774d5b9e9f
tree669af5386d34b447d37985fb5ab095bf851c3a68
parentd1631785248a72bb4d02cd55307b2a994fa5673a
Bashism fix: echo -e is a bashism and doesn't work when /bin/sh points to dash
    Instead of using "echo -e" we simply use printf. printf doesn't add a newline
    by default. So some places needed an extra \n in their string.
    Most of the change was done by hand, so please carefully review. This bug was
    spotted when trying to compile python-pyqt on my ubuntu hardy system.
17 files changed:
classes/opie_i18n.bbclass
classes/rootfs_deb.bbclass
classes/rootfs_ipk.bbclass
packages/dpkg/dpkg.inc
packages/freenote/freenote_1.12.0.bb
packages/gpe-session-scripts/gpe-session-scripts_0.67.bb
packages/helloworld/helloworld_1.0.0.bb
packages/kdepimpi/kdepimpi-base.inc
packages/knights/knights_1.14.bb
packages/mgetty/mgetty_1.1.30.bb
packages/nonworking/imkit/imkit_0.4.5.bb
packages/nunome/nunome_1.0.2.bb
packages/python/python-pyqt_4.3.3.bb
packages/python/python24-pyqt2_3.13.bb
packages/python/python24-pyqwt2_3.10.bb
packages/qpe-games/crossword_0.0.3.bb
packages/slutils/slutils_0.1.0.bb