mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-04 02:00:43 +00:00
Update mkOSDistDeb-NN.sh - replace tilde with dash in test versions build name.
This commit is contained in:
parent
ad526e846c
commit
50ee0d8ccc
@ -93,7 +93,7 @@ if [[ ${VERSION} == *-* ]]; then
|
||||
if [[ ${PRERELEASE} == *rc* ]]; then
|
||||
RC=1
|
||||
fi
|
||||
VERSION="${VERSION}~${PRERELEASE}"
|
||||
VERSION="${VERSION}-${PRERELEASE}"
|
||||
fi
|
||||
GIT_REVISION=`awk '/#define GIT_REVISION / { gsub(/"/, "", $3); print $3 }' ${SRC}/git_info.h`
|
||||
echo Version: ${VERSION}
|
||||
|
Loading…
Reference in New Issue
Block a user