Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix underlines in cmd printing #28482

Merged
merged 1 commit into from
Aug 7, 2018
Merged

Fix underlines in cmd printing #28482

merged 1 commit into from
Aug 7, 2018

Conversation

Keno
Copy link
Member

@Keno Keno commented Aug 6, 2018

Fixes #25589

base/process.jl Outdated
@@ -103,7 +103,7 @@ function show(io::IO, cmd::Cmd)
(print_env || print_dir) && print(io, "setenv(")
print(io, '`')
print(io, join(map(cmd.exec) do arg
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should be join(io,), not print(io, join(,))

@ararslan ararslan mentioned this pull request Aug 6, 2018
7 tasks
@Keno Keno force-pushed the kf/cmdunderline branch from 3c0e940 to 224da24 Compare August 6, 2018 22:21
@Keno Keno merged commit f6e515b into master Aug 7, 2018
@StefanKarpinski StefanKarpinski deleted the kf/cmdunderline branch August 7, 2018 01:12
ararslan pushed a commit that referenced this pull request Aug 7, 2018
Fixes #25589

(cherry picked from commit f6e515b)
Keno added a commit that referenced this pull request Aug 7, 2018
Fixes #25589

(cherry picked from commit f6e515b)
KristofferC pushed a commit that referenced this pull request Feb 11, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants