From: David Schramm Date: Sun, 2 Apr 2023 15:30:47 +0000 (+0200) Subject: prevent whitespace splitting X-Git-Tag: 3.0.6~3^2~3^2 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=a570fda1cb179476405370c94ddefa88dfd7a830;p=mirror_acme.sh.git prevent whitespace splitting --- diff --git a/acme.sh b/acme.sh index fa350584..33721de5 100755 --- a/acme.sh +++ b/acme.sh @@ -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 }