Skip to content

Commit

Permalink
wrongly placed println()
Browse files Browse the repository at this point in the history
  • Loading branch information
dhoegh committed Oct 18, 2014
1 parent df5a46e commit 10c2c36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/interactiveutil.jl
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ function edit(file::String, line::Integer)
spawn(`$edpath $file -l $line`)
elseif edname == "nano"
run(`$edpath +$line $file`)
println(no_line_msg)
else
run(`$(shell_split(edpath)) $file`)
println(no_line_msg)
end
nothing
end
Expand Down

0 comments on commit 10c2c36

Please sign in to comment.