Commit dc1f36da authored by David Schramm's avatar David Schramm
Browse files

prevent whitespace splitting

parent 05dbd395
......@@ -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