All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] fix typo in error message
@ 2014-10-08 13:47 Pavel Machek
  2014-10-08 13:51 ` Jeroen Hofstee
  0 siblings, 1 reply; 2+ messages in thread
From: Pavel Machek @ 2014-10-08 13:47 UTC (permalink / raw)
  To: u-boot

Fix confusing typo in error message.
    
Signed-off-by: Pavel Machek <pavel@denx.de>

diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh
index 4a8737f..811fa6e 100644
--- a/scripts/multiconfig.sh
+++ b/scripts/multiconfig.sh
@@ -120,7 +120,7 @@ do_board_defconfig () {
 
 	if [ ! -r $defconfig_path ]; then
 		echo >&2 "***"
-		echo >&2 "*** Can't find default configuration \"confis/$1\"!"
+		echo >&2 "*** Can't find default configuration \"configs/$1\"!"
 		echo >&2 "***"
 		exit 1
 	fi

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

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

* [U-Boot] [PATCH] fix typo in error message
  2014-10-08 13:47 [U-Boot] [PATCH] fix typo in error message Pavel Machek
@ 2014-10-08 13:51 ` Jeroen Hofstee
  0 siblings, 0 replies; 2+ messages in thread
From: Jeroen Hofstee @ 2014-10-08 13:51 UTC (permalink / raw)
  To: u-boot

Hello Pavel,

On 08-10-14 15:47, Pavel Machek wrote:
> Fix confusing typo in error message.
>      
> Signed-off-by: Pavel Machek <pavel@denx.de>
>
> diff --git a/scripts/multiconfig.sh b/scripts/multiconfig.sh
> index 4a8737f..811fa6e 100644
> --- a/scripts/multiconfig.sh
> +++ b/scripts/multiconfig.sh
> @@ -120,7 +120,7 @@ do_board_defconfig () {
>   
>   	if [ ! -r $defconfig_path ]; then
>   		echo >&2 "***"
> -		echo >&2 "*** Can't find default configuration \"confis/$1\"!"
> +		echo >&2 "*** Can't find default configuration \"configs/$1\"!"
>   		echo >&2 "***"
>   		exit 1
>   	fi
>

Already pending, see https://patchwork.ozlabs.org/patch/395589.

Regards,
Jeroen

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

end of thread, other threads:[~2014-10-08 13:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-10-08 13:47 [U-Boot] [PATCH] fix typo in error message Pavel Machek
2014-10-08 13:51 ` Jeroen Hofstee

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.