summaryrefslogtreecommitdiff
path: root/NxWidgets/tools
diff options
context:
space:
mode:
Diffstat (limited to 'NxWidgets/tools')
-rwxr-xr-xNxWidgets/tools/zipme.sh2
1 files changed, 1 insertions, 1 deletions
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