fix release script

This commit is contained in:
Raphael Assenat 2016-02-24 22:21:59 -05:00
parent 29461ae049
commit 8a3d47d692
1 changed files with 2 additions and 1 deletions

View File

@ -9,7 +9,8 @@ if [ $# -ne 2 ]; then
echo "Syntax: ./release.sh version releasedir"
echo
echo "ex: './release 1.0' will produce $PREFIX-1.0.tar.gz in releasedir out of git HEAD,"
exit "untar it, build the firmware and create $PREFIX-1.0.hex in releasedir."
echo "untar it, build the firmware and create $PREFIX-1.0.hex in releasedir."
exit
fi
VERSION=$1