Commit 465ece5d authored by neilpang's avatar neilpang
Browse files

fix format

parent 10d1361a
......@@ -2092,7 +2092,7 @@ _getdeployconf() {
if [ "$_rac_value" ]; then
if _startswith "$_rac_value" '"' && _endswith "$_rac_value" '"'; then
_debug2 "trim quotation marks"
eval "export $_rac_key=$_rac_value"
eval "export $_rac_key=$_rac_value"
fi
return 0 # do nothing
fi
......
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