php@7.1: brew style --fix

This commit is contained in:
Mike McQuaid 2019-10-15 09:00:35 +01:00
parent cca96eeb91
commit 342514b6c0
No known key found for this signature in database
GPG key ID: 48A898132FD8EE70

View file

@ -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