projects
/
projects.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e7b0208
)
epic-ts
author
Michael Wagner
<michael@wagnertech.de>
Wed, 18 Jul 2018 10:26:58 +0000
(12:26 +0200)
committer
Michael Wagner
<michael@wagnertech.de>
Wed, 18 Jul 2018 10:26:58 +0000
(12:26 +0200)
tools/make/mconfigure
patch
|
blob
|
history
diff --git
a/tools/make/mconfigure
b/tools/make/mconfigure
index
7bd494e
..
9217fa1
100755
(executable)
--- a/
tools/make/mconfigure
+++ b/
tools/make/mconfigure
@@
-28,6
+28,7
@@
function set_build {
tag="${tag}M"
fi
version=${tag%%-*}
+ version=${version##*_}
build=${tag#*-}
fi
}