fix format

This commit is contained in:
neilpang 2019-06-10 22:40:14 +08:00
parent 10d1361a2c
commit 465ece5d25
1 changed files with 1 additions and 1 deletions

View File

@ -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