summaryrefslogtreecommitdiff
path: root/misc/uClibc++/install.sh
diff options
context:
space:
mode:
Diffstat (limited to 'misc/uClibc++/install.sh')
-rwxr-xr-xmisc/uClibc++/install.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/uClibc++/install.sh b/misc/uClibc++/install.sh
index 3a2bb66f2..065738e1a 100755
--- a/misc/uClibc++/install.sh
+++ b/misc/uClibc++/install.sh
@@ -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