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 7bd494e..9217fa1 100755 (executable)
@@ -28,6 +28,7 @@ function set_build {
                        tag="${tag}M"
                fi
                version=${tag%%-*}
+               version=${version##*_}
                build=${tag#*-}
        fi
 }