Skip to content

Commit abc1537

Browse files
authored
Trim whitespaces leading to build failures (JuliaLang/julia#45390)
1 parent b677a5b commit abc1537

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/managers.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,8 @@ addprocs([
107107
processes. Default is `false`.
108108
109109
* `exename`: name of the `julia` executable. Defaults to `"\$(Sys.BINDIR)/julia"` or
110-
`"\$(Sys.BINDIR)/julia-debug"` as the case may be. It is recommended that a common Julia
111-
version is used on all remote machines because serialization and code distribution might
110+
`"\$(Sys.BINDIR)/julia-debug"` as the case may be. It is recommended that a common Julia
111+
version is used on all remote machines because serialization and code distribution might
112112
fail otherwise.
113113
114114
* `exeflags`: additional flags passed to the worker processes.

0 commit comments

Comments
 (0)