Skip to content

Commit

Permalink
Fix ARGS behavior.
Browse files Browse the repository at this point in the history
  • Loading branch information
StefanKarpinski committed Mar 21, 2012
1 parent d76a658 commit 9be031a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion base/client.jl
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function process_options(args::Array{Any,1})
# program
repl = false
# remove julia's arguments
ARGS = ARGS[i:end]
ARGS = args[i+1:end]
include(args[i])
break
else
Expand Down

0 comments on commit 9be031a

Please sign in to comment.