diff options
Diffstat (limited to 'third_party/libxml/win32/configure.js')
-rw-r--r-- | third_party/libxml/win32/configure.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/libxml/win32/configure.js b/third_party/libxml/win32/configure.js index 342fd9d..75def3f 100644 --- a/third_party/libxml/win32/configure.js +++ b/third_party/libxml/win32/configure.js @@ -622,7 +622,7 @@ var new_makefile = ".\\Makefile"; var f = fso.FileExists(new_makefile); if (f) { var t = fso.GetFile(new_makefile); - t.Attributes =0; + t.Attributes = 0; } fso.CopyFile(makefile, new_makefile, true); WScript.Echo("Created Makefile."); |