]> wagnertech.de Git - projects.git/blobdiff - tools/make/mconfigure
phpide
[projects.git] / tools / make / mconfigure
index 3bca62a7aaf030a4a571c31df1353c031fa907e6..ecb35a381b82a6bb049aa3ab9b59a8ff330b9e47 100755 (executable)
@@ -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