Skip to content

Commit

Permalink
Merge pull request #4579 from daschr/dev
Browse files Browse the repository at this point in the history
Prevent whitespace splitting
  • Loading branch information
Neilpang committed Apr 3, 2023
2 parents dcdbe2f + a570fda commit 7eb6bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acme.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 7eb6bbe

Please sign in to comment.