summaryrefslogtreecommitdiff
path: root/misc/uClibc++/install.sh
diff options
context:
space:
mode:
authorpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-01 12:43:56 +0000
committerpatacongo <patacongo@42af7a65-404d-4744-a932-0658087f49c3>2012-11-01 12:43:56 +0000
commit4cb4b3c0ee6e900b07bfa7d5e293f93e301f9e71 (patch)
treeaea54bc542734c65d5d47145a158e8138f332958 /misc/uClibc++/install.sh
parentd1bcab320dc8d1431ff6a15ba47e78b6b67ee869 (diff)
downloadpx4-nuttx-4cb4b3c0ee6e900b07bfa7d5e293f93e301f9e71.tar.gz
px4-nuttx-4cb4b3c0ee6e900b07bfa7d5e293f93e301f9e71.tar.bz2
px4-nuttx-4cb4b3c0ee6e900b07bfa7d5e293f93e301f9e71.zip
Correct name of another uClibc++ directory
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5288 42af7a65-404d-4744-a932-0658087f49c3
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