Unverified Commit 7eb6bbe6 authored by neil's avatar neil Committed by GitHub
Browse files

Merge pull request #4579 from daschr/dev

Prevent whitespace splitting
parents dcdbe2fb a570fda1
......@@ -2412,7 +2412,7 @@ _getdeployconf() {
return 0 # do nothing
fi
_saved="$(_readdomainconf "SAVED_$_rac_key")"
eval $_rac_key=\"$_saved\"
eval $_rac_key=\$_saved
export $_rac_key
}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment