Skip to content

Commit

Permalink
Quote python_path and launcher in python_stub_template_windows.txt
Browse files Browse the repository at this point in the history
Fix bazelbuild#3531

RELNOTES: None
PiperOrigin-RevId: 164830778
  • Loading branch information
meteorcloudy authored and hlopko committed Aug 10, 2017
1 parent 4a2e17f commit b79a9fc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@
@rem launcher=${$0%.cmd}
@set launcher=%~dp0%~n0

@call %python_path% %launcher% %*
@call "%python_path%" "%launcher%" %*

0 comments on commit b79a9fc

Please sign in to comment.