]> code.ossystems Code Review - openembedded-core.git/commit
scripts/bitbake: remove bashisms
authorJoshua Lock <josh@linux.intel.com>
Mon, 31 Jan 2011 11:38:35 +0000 (11:38 +0000)
committerJoshua Lock <josh@linux.intel.com>
Mon, 31 Jan 2011 11:38:35 +0000 (11:38 +0000)
commit7e206c6477934df9d885e4d109e15705d88907b2
treeb2ff16aa263c403a2dfa39dba8ee45d0c3863e71
parent92f1b4976b4352d0dbd43392b59628c85873b063
scripts/bitbake: remove bashisms

As the BitBake script is the initial entry point for the system we need to
ensure it can run in as many places as possible, including systems which
aren't yest optimally configured for running Poky.
Remove some bashisms from the script so that it can run under Dash.

Pointers from: https://wiki.ubuntu.com/DashAsBinSh
Errors before this patch: http://pastie.org/1502136

Signed-off-by: Joshua Lock <josh@linux.intel.com>
scripts/bitbake