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:
parent
29461ae049
commit
8a3d47d692
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user