Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JuliaLang/julia
Browse files Browse the repository at this point in the history
Conflicts:
	j/client.j
  • Loading branch information
JeffBezanson committed Feb 6, 2012
2 parents d42e36a + 6e3e703 commit 4bfc311
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion j/client.j
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function process_options(args::Array{Any,1})
# remove julia's arguments
ARGS = ARGS[i:end]
include(args[i])
exit(0)
break
else
error("unknown option: ", args[i])
end
Expand Down Expand Up @@ -210,4 +210,5 @@ function _start()
println()
exit(1)
end
flush(stdout_stream)
end

0 comments on commit 4bfc311

Please sign in to comment.