[U-Boot] [PATCH] fix typo in error message

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

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 "***" exit 1 fiecho >&2 "*** Can't find default configuration \"configs/$1\"!"
Already pending, see https://patchwork.ozlabs.org/patch/395589.
Regards, Jeroen
participants (2)
-
Jeroen Hofstee
-
Pavel Machek