diff options
Diffstat (limited to 'win32/config_h.PL')
-rw-r--r-- | win32/config_h.PL | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/config_h.PL b/win32/config_h.PL index 8a1665a75a..471c43c7e1 100644 --- a/win32/config_h.PL +++ b/win32/config_h.PL @@ -69,7 +69,7 @@ if (compare("$file.new",$file)) chmod(0666,$file); unlink($file); rename("$file.new",$file); - chmod(0444,$file); + #chmod(0444,$file); exit(1); } |