Avoid redundant quotes in DBGVersion 2.

The declaration in this plist isn't supposed to have the quotes. This
hasn't really affected LLDB's interpretation of the source maps in my
direct experience, but it might make the mappings more solid.

PiperOrigin-RevId: 186325005
diff --git a/src/TulsiGenerator/Scripts/bazel_build.py b/src/TulsiGenerator/Scripts/bazel_build.py
index 66a96d4..38b1cf2 100755
--- a/src/TulsiGenerator/Scripts/bazel_build.py
+++ b/src/TulsiGenerator/Scripts/bazel_build.py
@@ -1586,7 +1586,7 @@
         '-replace',
         'DBGVersion',
         '-string',
-        '"2"',
+        '2',
         remap_plist
     ])
     if returncode: