Browse Source

NxWidgets ready for first release

git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4507 7fd9a85b-ad96-42d3-883c-3090e2eb8679
sbg
patacongo 13 years ago
parent
commit
08f2fa1364
  1. 2
      NxWidgets/tools/zipme.sh

2
NxWidgets/tools/zipme.sh

@ -72,7 +72,7 @@ PROJECTS=`dirname ${NXWIDGETS}` @@ -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

Loading…
Cancel
Save