fix(bash): remove superfluous double quotes for local profile

This commit is contained in:
Fernando Schauenburg 2020-12-08 14:14:52 +01:00
parent 23c7a7a616
commit 003f6c2a14

View file

@ -436,7 +436,7 @@ _update_colors "${BACKGROUND:-dark}"
# shellcheck disable=SC1090 # shellcheck disable=SC1090
while read -r f; do [ -f "$f" ] && source "$f"; done <<EOF while read -r f; do [ -f "$f" ] && source "$f"; done <<EOF
/usr/share/bash-completion/bash_completion /usr/share/bash-completion/bash_completion
"$LOCAL_CONFIG/bash/profile" $LOCAL_CONFIG/bash/profile
EOF EOF
unset f unset f