Skip to content

Escape the double quotes

Because in this case, they need to be treated as string.

Otherwise, we get ill results, like the following when sed is run

Before sed run: OBS_WORKER_OPT="" After sed run: OBS_WORKER_OPT='--arch aarch64'""

Signed-off-by: Ritesh Raj Sarraf ritesh.sarraf@collabora.com

Merge request reports