X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/blobdiff_plain/8f9ac18ce143b85eb5a200913e9544e7e0ef2f4b..f98036f07e88d9bf219ef068a78250c7ed6c7938:/tools/make/mconfigure diff --git a/tools/make/mconfigure b/tools/make/mconfigure index 3bca62a..ecb35a3 100755 --- a/tools/make/mconfigure +++ b/tools/make/mconfigure @@ -20,7 +20,7 @@ function set_build { tag="0.0-TOP" fi changes=$(git status -s |grep "^ *M") || true - if test -z "$changes" + if test -n "$changes" then tag="${tag}M" fi