NxWidgets ready for first release

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4507 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2012-03-22 22:51:53 +00:00
parent a1feb598da
commit ac9766cb01

View File

@ -72,7 +72,7 @@ PROJECTS=`dirname ${NXWIDGETS}`
# The name of the directory must match the version number
if [ "X${NXWIDGETSDIR}" != "Xupthreads-${VERSION}" ]; then
if [ "X${NXWIDGETSDIR}" != "XNxWidgets-${VERSION}" ]; then
echo "Expected directory name to be NxWidgets-${VERSION} found ${NXWIDGETSDIR}"
exit 1
fi