blob: b3a360e421a4507829ca0f273d1e03dc6586ad25 [file]
load(
"@bazel_skylib//lib:shell.bzl",
"shell",
)
def quote_opts(opts):
return " ".join([shell.quote(opt) if " " in opt else opt for opt in opts])