Skip to content

Conversation

@Keno
Copy link
Member

@Keno Keno commented Aug 6, 2018

Fixes #25589

base/process.jl Outdated
print_dir = !isempty(cmd.dir)
(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.

5 participants