Fix quoting typo
This commit is contained in:
parent
8a21f497e7
commit
0a2f308ec4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue