From ac9766cb016a3684611bb3aa66d9f72b4ecfce84 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: svn://svn.code.sf.net/p/nuttx/code/trunk@4507 42af7a65-404d-4744-a932-0658087f49c3 --- tools/zipme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/zipme.sh b/tools/zipme.sh index a77748c3b..ae62d64f9 100755 --- a/tools/zipme.sh +++ b/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