percona-server: rubocop tweaks.

This commit is contained in:
Mike McQuaid 2016-10-22 13:33:54 +01:00
parent 7ad7ebd808
commit 9c2ae1fdd0

View file

@ -86,7 +86,7 @@ class PerconaServer < Formula
]
# PAM plugin is Linux-only at the moment
args.concat %W[
args.concat %w[
-DWITHOUT_AUTH_PAM=1
-DWITHOUT_AUTH_PAM_COMPAT=1
-DWITHOUT_DIALOG=1
@ -94,7 +94,7 @@ class PerconaServer < Formula
# TokuDB is broken on MacOsX
# https://bugs.launchpad.net/percona-server/+bug/1531446
args.concat %W[-DWITHOUT_TOKUDB=1]
args.concat %w[-DWITHOUT_TOKUDB=1]
# MySQL >5.7.x mandates Boost as a requirement to build & has a strict
# version check in place to ensure it only builds against expected release.