ProdriveTechnologies / bazel-latex

Bazel build system rules for LaTeX
Apache License 2.0
75 stars 37 forks source link

Allow spaces in jobname #71

Open the-nick-of-time opened 2 years ago

the-nick-of-time commented 2 years ago

The call to latexrun inserts the job name, but doesn't do any shell escaping while passing it. Wrapping this input in single quotes keeps it from being split or otherwise processed by the next shell pass.