Fix version computation in build.sh

This commit is contained in:
Jan-Philipp Litza 2015-08-01 11:45:12 +02:00
parent b234abebd6
commit 793cca225d
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ is_based_on() {
extract_local_version() {
local_version_tmp="${1#*+${LOCAL_SUFFIX}}"
local_version="${local_version_tmp%~testing}"
echo "${local_version_tmp%~testing}"
}
if [ "$#" != 1 ]; then