Merge pull request #4579 from daschr/dev

Prevent whitespace splitting
This commit is contained in:
neil 2023-04-03 11:06:22 +08:00 committed by GitHub
commit 7eb6bbe65f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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