]> wagnertech.de Git - projects.git/commitdiff
epic-ts
authorMichael Wagner <michael@wagnertech.de>
Wed, 18 Jul 2018 10:26:58 +0000 (12:26 +0200)
committerMichael Wagner <michael@wagnertech.de>
Wed, 18 Jul 2018 10:26:58 +0000 (12:26 +0200)
tools/make/mconfigure

index 7bd494ec46914529c4b97ed5f9825d2b33b1530e..9217fa1e0804abbaa2f6cc8e5f6b141ce7ddafc4 100755 (executable)
@@ -28,6 +28,7 @@ function set_build {
                        tag="${tag}M"
                fi
                version=${tag%%-*}
+               version=${version##*_}
                build=${tag#*-}
        fi
 }