attempt at rewording the explanatory comment

This commit is contained in:
Maxim Belkin 2019-11-04 10:40:53 -06:00
parent 7349178adc
commit d0d150ace2
No known key found for this signature in database
GPG Key ID: AC71560D4C5F2338

View File

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