All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] toaster: warning text formatting small improvement
@ 2015-09-14 13:31 Cristian Iorga
  2015-09-18 14:48 ` Michael Wood
  0 siblings, 1 reply; 2+ messages in thread
From: Cristian Iorga @ 2015-09-14 13:31 UTC (permalink / raw)
  To: toaster

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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] toaster: warning text formatting small improvement
  2015-09-14 13:31 [PATCH] toaster: warning text formatting small improvement Cristian Iorga
@ 2015-09-18 14:48 ` Michael Wood
  0 siblings, 0 replies; 2+ messages in thread
From: Michael Wood @ 2015-09-18 14:48 UTC (permalink / raw)
  To: toaster

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
>   



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-09-18 14:48 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-14 13:31 [PATCH] toaster: warning text formatting small improvement Cristian Iorga
2015-09-18 14:48 ` Michael Wood

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.