From 1a2514adf969b8ecb52c8fb1a7be74ed09f4286f Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 22 Mar 2012 22:51:53 +0000 Subject: NxWidgets ready for first release git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4507 42af7a65-404d-4744-a932-0658087f49c3 --- NxWidgets/tools/zipme.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'NxWidgets') 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 -- cgit v1.2.3