Skip to content
Snippets Groups Projects
Commit 703a08f2 authored by York Sun's avatar York Sun Committed by Tom Rini
Browse files

scripts/multiconfig.sh: Fix a typo


Fix the spelling of "configs".

Signed-off-by: default avatarYork Sun <yorksun@freescale.com>
CC: Masahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
parent 16c429c9
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment