prevent whitespace splitting

This commit is contained in:
David Schramm 2023-04-01 09:25:19 +02:00
parent 05dbd395e6
commit dc1f36da43
1 changed files with 1 additions and 1 deletions

View File

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