phpide
[projects.git] / tools / make / mconfigure
index 3bca62a..ecb35a3 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