Skip to content

Commit

Permalink
Whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
musm committed Oct 14, 2019
1 parent 7d24bc6 commit 51e7c81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions base/shell.jl
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function print_shell_escaped_CMDly(io::IO, arg::AbstractString)
end

"""
shell_escape_CMDly(arg::AbstractString) -> String
shell_escape_CMDly(arg::AbstractString) -> String
The unexported `shell_escape_CMDly` function takes a string and escapes any special characters
in such a way that it is safe to pass it as an argument to some `CMD.exe`. This may be useful
Expand Down Expand Up @@ -352,7 +352,7 @@ function print_shell_escaped_PWSHly(io::IO, arg::AbstractString)
end

"""
shell_escape_PWSHly(arg::AbstractString) -> String
shell_escape_PWSHly(arg::AbstractString) -> String
Escapes special characters so they can be appropriately used with PowerShell.
Expand Down

0 comments on commit 51e7c81

Please sign in to comment.