All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
From: Cristian Iorga <cristian.iorga@intel.com>
To: toaster@yoctoproject.org
Subject: [PATCH] toaster: warning text formatting small improvement
Date: Mon, 14 Sep 2015 16:31:01 +0300	[thread overview]
Message-ID: <1442237461-19173-1-git-send-email-cristian.iorga@intel.com> (raw)

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
 
-- 
2.1.4



             reply	other threads:[~2015-09-14 13:30 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-09-14 13:31 Cristian Iorga [this message]
2015-09-18 14:48 ` [PATCH] toaster: warning text formatting small improvement Michael Wood

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=1442237461-19173-1-git-send-email-cristian.iorga@intel.com \
    --to=cristian.iorga@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.