php@7.1: brew style --fix
This commit is contained in:
parent
cca96eeb91
commit
342514b6c0
1 changed files with 1 additions and 1 deletions
|
@ -242,7 +242,7 @@ class PhpAT71 < Formula
|
|||
"test_dir" => pear_path/"test",
|
||||
"php_bin" => opt_bin/"php",
|
||||
}.each do |key, value|
|
||||
value.mkpath if key =~ /(?<!bin|man)_dir$/
|
||||
value.mkpath if /(?<!bin|man)_dir$/.match?(key)
|
||||
system bin/"pear", "config-set", key, value, "system"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue