Skip to content

Commit

Permalink
Merge pull request #325 from japaric/pass-args
Browse files Browse the repository at this point in the history
pass rustup-setup.sh arguments to rustup-setup
  • Loading branch information
brson committed Apr 16, 2016
2 parents ec56e66 + c5303cf commit 72ad84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustup-setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ main() {
err "/dev/tty does not exist"
fi

run "$_file" < /dev/tty
run "$_file" "$@" < /dev/tty

local _retval=$?

Expand Down

0 comments on commit 72ad84c

Please sign in to comment.