Typo in setRelease.sh fixed

git-svn-id: https://svn.code.sf.net/p/acme-crossass/code-0/trunk@88 4df02467-bbd4-4a76-a152-e7ce94205b78
This commit is contained in:
hoeppie 2017-06-17 23:04:59 +00:00
parent bb484d683e
commit 53a8e9ab79

View File

@ -16,7 +16,7 @@ RELEASE=${RELEASE//\"/}
DEBUG echo $RELEASE
VERSION=${RELEASE//./,},0
DEBUG echo $VERSION
CODENAME=`grep "define CODENAME" ../vesion.h | cut -f2`
CODENAME=`grep "define CODENAME" ../version.h | cut -f2`
DEBUG echo $CODENAME
FILEVERSION=\""$RELEASE ${CODENAME//\"/}"\"
DEBUG echo $FILEVERSION