Fix SpanHelpers.ClearWithoutReferences alignment detection (#18222)
[platform/upstream/coreclr.git] / generateversionscript.awk
index d1c294b..226c6a5 100644 (file)
@@ -8,7 +8,7 @@ BEGIN {
        gsub(/\r/,"", $0);
        
        # Skip empty lines and comment lines starting with semicolon
-       if (NF && !match($0, /^[:space:]*;/))
+       if (NF && !match($0, /^[ \t]*;/))
        {
                print "        "  $0 ";";
        }