diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2015-09-18 15:46:28 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-23 22:44:56 +0100 |
commit | 9f66aa1a11b5b45280aa41bf4517ec56ee5f2ab2 (patch) | |
tree | 2788efe17418bb9c1c2dab1b7b20f49cc4f4eb90 /bitbake/bin/toaster | |
parent | c6eaef01c5d676be6a3a11af5c1c38ed0dd0dd7c (diff) | |
download | poky-9f66aa1a11b5b45280aa41bf4517ec56ee5f2ab2.tar.gz |
bitbake: toaster: start script warning text formatting small improvement
Add a carriage return to build environment warning message to
avoid it being mixed up with shell prompt.
(Bitbake rev: d3675cca419946cc19b3f280446fe1f656f11902)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Michael Wood <michael.g.wood@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/bin/toaster')
-rwxr-xr-x | bitbake/bin/toaster | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster index 411ce2c356..ac2782698c 100755 --- a/bitbake/bin/toaster +++ b/bitbake/bin/toaster | |||
@@ -197,7 +197,7 @@ if [ `basename \"$0\"` = `basename \"${SRCFILE}\"` ]; then | |||
197 | fi | 197 | fi |
198 | 198 | ||
199 | if [ -n "$BUILDDIR" ]; then | 199 | if [ -n "$BUILDDIR" ]; then |
200 | printf "Error: It looks like you sourced oe-init-build-env. Toaster cannot start in build mode from an oe-core build environment.\n You should be starting Toaster from a new terminal window." 1>&2 | 200 | printf "Error: It looks like you sourced oe-init-build-env. Toaster cannot start in build mode from an oe-core build environment.\n You should be starting Toaster from a new terminal window.\n" 1>&2 |
201 | exit 1 | 201 | exit 1 |
202 | fi | 202 | fi |
203 | 203 | ||