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

prevent whitespace splitting

parent 05dbd395
...@@ -2412,7 +2412,7 @@ _getdeployconf() { ...@@ -2412,7 +2412,7 @@ _getdeployconf() {
return 0 # do nothing return 0 # do nothing
fi fi
_saved="$(_readdomainconf "SAVED_$_rac_key")" _saved="$(_readdomainconf "SAVED_$_rac_key")"
eval $_rac_key="$_saved" eval $_rac_key=\$_saved
export $_rac_key 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