Skip to content

Commit

Permalink
Update base/shell.jl
Browse files Browse the repository at this point in the history
Co-Authored-By: Jameson Nash <vtjnash@gmail.com>
  • Loading branch information
musm and vtjnash authored Oct 4, 2019
1 parent 3d57ad8 commit ecd043f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/shell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ function print_shell_escaped_winsomely(io::IO, args::AbstractString...)
write(io, c)
end
end
# escape all backslashes, letting the terminating double quote we add below to be the interpreted as a special char
# escape all backslashes, letting the terminating double quote we add below to be then interpreted as a special char
quotes && (backslashes *= 2)
for j = 1:backslashes
write(io, '\\')
Expand Down

0 comments on commit ecd043f

Please sign in to comment.