9
0
Fork 0

NxWidgets ready for first release

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4507 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2012-03-22 22:51:53 +00:00
parent 799dc15632
commit aab4247976
1 changed files with 1 additions and 1 deletions

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