From d985f72d40fcb62fb8d2fb25ece46cf915e88eab Mon Sep 17 00:00:00 2001 From: JBallin Date: Wed, 9 Sep 2020 11:36:42 -0700 Subject: [PATCH] Replace Whitelist with Allowlist Whitelist is a potentially offensive word. --- bin/brew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/brew b/bin/brew index 807f6ac235..d0078e707c 100755 --- a/bin/brew +++ b/bin/brew @@ -60,7 +60,7 @@ fi HOMEBREW_LIBRARY="$HOMEBREW_REPOSITORY/Library" -# Whitelist and copy to HOMEBREW_* all variables previously mentioned in +# Allowlist and copy to HOMEBREW_* all variables previously mentioned in # manpage or used elsewhere by Homebrew. for VAR in BROWSER DISPLAY EDITOR NO_COLOR PATH do