* [PATCH] defaultenv-2: boot: add missing space in error message
@ 2012-10-10 13:45 Jan Luebbe
2012-10-12 8:04 ` Sascha Hauer
0 siblings, 1 reply; 2+ messages in thread
From: Jan Luebbe @ 2012-10-10 13:45 UTC (permalink / raw)
To: barebox
Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
---
defaultenv-2/base/bin/boot | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/defaultenv-2/base/bin/boot b/defaultenv-2/base/bin/boot
index 103eb87..ebbd951 100644
--- a/defaultenv-2/base/bin/boot
+++ b/defaultenv-2/base/bin/boot
@@ -45,7 +45,7 @@ fi
if [ -n "$scr" ]; then
if [ ! -f /env/boot/$scr ]; then
- echo -e "/env/boot/$scr does not exist.Valid choices:\n$sources"
+ echo -e "/env/boot/$scr does not exist. Valid choices:\n$sources"
exit
fi
/env/boot/$scr
--
1.7.10.4
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] defaultenv-2: boot: add missing space in error message
2012-10-10 13:45 [PATCH] defaultenv-2: boot: add missing space in error message Jan Luebbe
@ 2012-10-12 8:04 ` Sascha Hauer
0 siblings, 0 replies; 2+ messages in thread
From: Sascha Hauer @ 2012-10-12 8:04 UTC (permalink / raw)
To: Jan Luebbe; +Cc: barebox
On Wed, Oct 10, 2012 at 03:45:50PM +0200, Jan Luebbe wrote:
> Signed-off-by: Jan Luebbe <jlu@pengutronix.de>
> ---
> defaultenv-2/base/bin/boot | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
Applied, thanks
Sascha
>
> diff --git a/defaultenv-2/base/bin/boot b/defaultenv-2/base/bin/boot
> index 103eb87..ebbd951 100644
> --- a/defaultenv-2/base/bin/boot
> +++ b/defaultenv-2/base/bin/boot
> @@ -45,7 +45,7 @@ fi
>
> if [ -n "$scr" ]; then
> if [ ! -f /env/boot/$scr ]; then
> - echo -e "/env/boot/$scr does not exist.Valid choices:\n$sources"
> + echo -e "/env/boot/$scr does not exist. Valid choices:\n$sources"
> exit
> fi
> /env/boot/$scr
> --
> 1.7.10.4
>
>
> _______________________________________________
> barebox mailing list
> barebox@lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/barebox
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-12 8:04 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-10-10 13:45 [PATCH] defaultenv-2: boot: add missing space in error message Jan Luebbe
2012-10-12 8:04 ` Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox