mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 00:09:46 +01:00
check_in_readme.sh: tell dev _which_ README.md
This commit is contained in:
parent
5e6e34e345
commit
7160166bc7
4
dist/tools/examples_check/check_in_readme.sh
vendored
4
dist/tools/examples_check/check_in_readme.sh
vendored
@ -19,10 +19,10 @@ done
|
|||||||
|
|
||||||
# Report missing entries
|
# Report missing entries
|
||||||
if [ ${#missing_entries[@]} -eq 0 ]; then
|
if [ ${#missing_entries[@]} -eq 0 ]; then
|
||||||
echo "All directories are listed in the README.md file."
|
echo "All directories are listed in the examples/README.md file."
|
||||||
exit 0
|
exit 0
|
||||||
else
|
else
|
||||||
echo "The following directories are missing in the README.md file:"
|
echo "The following directories are missing in the examples/README.md file:"
|
||||||
for entry in "${missing_entries[@]}"; do
|
for entry in "${missing_entries[@]}"; do
|
||||||
echo "- $entry"
|
echo "- $entry"
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user