From aab4247976e05fbfbe274bd850c3d01f3239674d Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Mar 2012 22:51:53 +0000 Subject: [PATCH] NxWidgets ready for first release git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4507 7fd9a85b-ad96-42d3-883c-3090e2eb8679 --- NxWidgets/tools/zipme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NxWidgets/tools/zipme.sh b/NxWidgets/tools/zipme.sh index a77748c3b..ae62d64f9 100755 --- a/NxWidgets/tools/zipme.sh +++ b/NxWidgets/tools/zipme.sh @@ -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