Fix quoting typo

This commit is contained in:
alinmear 2017-07-02 00:01:27 +02:00
parent 8a21f497e7
commit 0a2f308ec4
1 changed files with 33 additions and 33 deletions

View File

@ -353,7 +353,7 @@ function override_config() {
do
[ -z $key ] && echo -e "\t no key provided" && return 1
sed -i -e "s|^${key}[[:space:]]\+.*|${key} = ${config_overrides[$key]//&/\\&}|g' \
sed -i -e "s|^${key}[[:space:]]\+.*|${key} = ${config_overrides[$key]//&/\\&}|g" \
${f}
done
fi