Skip to content
Snippets Groups Projects
Commit 76e6bb67 authored by patacongo's avatar patacongo
Browse files

Correct name of another uClibc++ directory

git-svn-id: http://svn.code.sf.net/p/nuttx/code/trunk@5288 42af7a65-404d-4744-a932-0658087f49c3
parent e60d4488
No related branches found
No related tags found
No related merge requests found
Showing
with 1 addition and 1 deletion
......@@ -217,7 +217,7 @@ if [ ! -d "${nuttx_path}" ]; then
fi
if [ ! -f "${nuttx_path}/Makefile" ]; then
echo "ERROR: Not Makefile in directory ${nuttx_path}"
echo "ERROR: No Makefile in directory ${nuttx_path}"
echo $usage
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