Skip to content

Commit

Permalink
fixed warning message when -nocrx was not present
Browse files Browse the repository at this point in the history
  • Loading branch information
Renato Mangini committed Aug 18, 2012
1 parent da55b8b commit ade7314
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/build.sh
Expand Up @@ -227,7 +227,7 @@ writeHTML_footer

cp include/* ${BUILDDIR}

if [ $1 == "--nocrx" ] ; then
if [ "$1x" == "--nocrxx" ] ; then
echo "No CRX generated. Use the out/ directory"
exit 0;
fi
Expand Down

0 comments on commit ade7314

Please sign in to comment.