Skip to content

Commit 72ad84c

Browse files
committed
Merge pull request #325 from japaric/pass-args
pass rustup-setup.sh arguments to rustup-setup
2 parents ec56e66 + c5303cf commit 72ad84c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustup-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ main() {
5656
err "/dev/tty does not exist"
5757
fi
5858

59-
run "$_file" < /dev/tty
59+
run "$_file" "$@" < /dev/tty
6060

6161
local _retval=$?
6262

0 commit comments

Comments
 (0)