From: Michael Wood <michael.g.wood@intel.com>
To: toaster@yoctoproject.org
Subject: Re: [PATCH] toaster: warning text formatting small improvement
Date: Fri, 18 Sep 2015 15:48:23 +0100 [thread overview]
Message-ID: <55FC2437.2060303@intel.com> (raw)
In-Reply-To: <1442237461-19173-1-git-send-email-cristian.iorga@intel.com>
Thanks. Submitted upstream.
On 14/09/15 14:31, Cristian Iorga wrote:
> The warning does not add a carriage return, so
> warning text is mixed with shell prompt.
>
> Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
> ---
> bitbake/bin/toaster | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/bitbake/bin/toaster b/bitbake/bin/toaster
> index 411ce2c..ac27826 100755
> --- a/bitbake/bin/toaster
> +++ b/bitbake/bin/toaster
> @@ -197,7 +197,7 @@ if [ `basename \"$0\"` = `basename \"${SRCFILE}\"` ]; then
> fi
>
> if [ -n "$BUILDDIR" ]; then
> - 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
> + 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
> exit 1
> fi
>
prev parent reply other threads:[~2015-09-18 14:48 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-09-14 13:31 [PATCH] toaster: warning text formatting small improvement Cristian Iorga
2015-09-18 14:48 ` Michael Wood [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=55FC2437.2060303@intel.com \
--to=michael.g.wood@intel.com \
--cc=toaster@yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.