Fix arm-epoc-pe build problem:
[deliverable/binutils-gdb.git] / bfd / opncls.c
index 8f10135d267b855b098c0ca021d209e69bb8d21d..57ca0d0a25948b5180397c65ff1311e290057222 100644 (file)
@@ -486,7 +486,7 @@ bfd_close_all_done (abfd)
          int mask = umask (0);
          umask (mask);
          chmod (abfd->filename,
-                (0x777
+                (0777
                  & (buf.st_mode | ((S_IXUSR | S_IXGRP | S_IXOTH) &~ mask))));
        }
     }
This page took 0.024103 seconds and 4 git commands to generate.