Windows: bazel --batch run //foo:sh_binary argument quoting is wrong #9108
Labels
area-Windows
Windows-specific issues and feature requests
P1
I'll work on this now. (Assignee required)
team-OSS
Issues for the Bazel OSS team: installation, release processBazel packaging, website
type: bug
Description of the problem / feature request:
On Windows, in
--batch
mode, eitherbazel run
or the sh_binary launcher incorrectly quote arguments for sh_binary.Bugs: what's the simplest, easiest way to reproduce this bug? Please provide a minimal example if possible.
BUILD
:a.sh
:On Windows,
bazel run
fails for this in--batch
mode:It's also broken with
--incompatible_windows_bashless_run_command
:On Linux, the output is always:
What operating system are you running Bazel on?
windows 10
What's the output of
bazel info release
?0.28.1
Have you found anything relevant by searching the web?
Related: #9106, #8240
The text was updated successfully, but these errors were encountered: