From d0d150ace2a49326122ef60ac4604a4f8e098865 Mon Sep 17 00:00:00 2001 From: Maxim Belkin Date: Mon, 4 Nov 2019 10:40:53 -0600 Subject: [PATCH] attempt at rewording the explanatory comment --- bin/brew | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/bin/brew b/bin/brew index c9a881fa32..fd80d71165 100755 --- a/bin/brew +++ b/bin/brew @@ -19,8 +19,7 @@ symlink_target_directory() { quiet_cd "$directory" && quiet_cd "$target_dirname" && pwd -P } -# Unset functions that override Bash builtins -# Enable all Bash builtins +# Enable and use default Bash builtins rather than user-defined functions for cmd in $(compgen -A builtin) do unset -f $cmd