Skip to content

Commit

Permalink
Auto merge of #968 - nrc:build-fix, r=brson
Browse files Browse the repository at this point in the history
Fix build

(on nightly)
  • Loading branch information
bors committed Mar 17, 2017
2 parents 2d16de3 + 79b93f9 commit 417f28d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rustup/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ fn telemetry_rustc<S: AsRef<OsStr>>(mut cmd: Command,
fn run_command_for_dir_without_telemetry<S: AsRef<OsStr>>(
mut cmd: Command, arg0: &str, args: &[S]) -> Result<()>
{
cmd.args(&args);
cmd.args(args);

// FIXME rust-lang/rust#32254. It's not clear to me
// when and why this is needed.
Expand Down

0 comments on commit 417f28d

Please sign in to comment.