attempt at rewording the explanatory comment
This commit is contained in:
parent
7349178adc
commit
d0d150ace2
3
bin/brew
3
bin/brew
@ -19,8 +19,7 @@ symlink_target_directory() {
|
|||||||
quiet_cd "$directory" && quiet_cd "$target_dirname" && pwd -P
|
quiet_cd "$directory" && quiet_cd "$target_dirname" && pwd -P
|
||||||
}
|
}
|
||||||
|
|
||||||
# Unset functions that override Bash builtins
|
# Enable and use default Bash builtins rather than user-defined functions
|
||||||
# Enable all Bash builtins
|
|
||||||
for cmd in $(compgen -A builtin)
|
for cmd in $(compgen -A builtin)
|
||||||
do
|
do
|
||||||
unset -f $cmd
|
unset -f $cmd
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user