diff options
author | Darren Hart <darren@dvhart.com> | 2010-08-16 20:14:49 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-09-21 23:38:00 +0100 |
commit | 1cf456611d1e14ab06d93da34ca8898fe3692a84 (patch) | |
tree | c94f7cf1c06244d9c9c835dac4099645dfd4c68e /meta-openmoko/packages/openmoko2/openmoko-browser2 | |
parent | f342f3ba68d8cbd5b5b58129ba16324f280de6b1 (diff) | |
download | openembedded-core-1cf456611d1e14ab06d93da34ca8898fe3692a84.tar.gz openembedded-core-1cf456611d1e14ab06d93da34ca8898fe3692a84.tar.bz2 openembedded-core-1cf456611d1e14ab06d93da34ca8898fe3692a84.tar.xz openembedded-core-1cf456611d1e14ab06d93da34ca8898fe3692a84.zip |
Wrap output at 80 columns for poky-env-internal
The output of:
$ source poky-init-build-env
would wrap on 80 character terminals, making the output difficult to read.
Replace the somewhat clumsy repeated usage of "echo" with bash here documents,
limiting line length to 80 characters. The use of here documents simplifies this
by removing any leading commands or indentation from the output being generated.
A bash'ism should be acceptable here as poky-init-build-env already aborts if
the shell is not bash.
Signed-off-by: Darren Hart <darren@dvhart.com>
Diffstat (limited to 'meta-openmoko/packages/openmoko2/openmoko-browser2')
0 files changed, 0 insertions, 0 deletions