Fix a typo in script echo output
This commit is contained in:
parent
5300347e9e
commit
9f3663152d
@ -224,7 +224,7 @@ for line in $testlist; do
|
|||||||
|
|
||||||
path=$nuttx/configs/$config
|
path=$nuttx/configs/$config
|
||||||
if [ ! -r "$path/defconfig" ]; then
|
if [ ! -r "$path/defconfig" ]; then
|
||||||
echo "ERROR: no configuration fount at $path"
|
echo "ERROR: no configuration found at $path"
|
||||||
showusage
|
showusage
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user