1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 23:08:53 -05:00

fix release script

This commit is contained in:
Raphael Assenat 2016-02-24 22:21:59 -05:00
parent 29461ae049
commit 8a3d47d692

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