Skip to content

Instantly share code, notes, and snippets.

@lovesegfault
Created February 19, 2020 20:30
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lovesegfault/27905b8d7a2433fdd8eee30107210769 to your computer and use it in GitHub Desktop.
Save lovesegfault/27905b8d7a2433fdd8eee30107210769 to your computer and use it in GitHub Desktop.
arcanist = super.arcanist.overrideAttrs (old: let
noCheckPermPatch = ''
index 0d0a92e7..5024ca4c 100644
--- a/arcanist/src/configuration/ArcanistConfigurationManager.php
+++ b/arcanist/src/configuration/ArcanistConfigurationManager.php
@@ -181,7 +181,7 @@ final class ArcanistConfigurationManager extends Phobject {
'Config: Reading user configuration file "%s"...',
$user_config_path));
- if (!phutil_is_windows()) {
+ if (false) {
$mode = fileperms($user_config_path);
if (!$mode) {
throw new Exception(
'';
in {
patches = (old.patches or [ ]) ++ [ noCheckPermPatch ];
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment