Skip to content

Commit

Permalink
Split overly long line
Browse files Browse the repository at this point in the history
  • Loading branch information
johshoff committed Dec 28, 2014
1 parent ee72c57 commit 0e2b5d9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/etc/rustup.sh
Expand Up @@ -413,7 +413,9 @@ then
CFG_INSTALL_FLAGS="${CFG_INSTALL_FLAGS} --prefix=${CFG_PREFIX}"
fi

CFG_TMP_DIR=`mktemp -d 2>/dev/null || mktemp -d -t 'rustup-tmp-install' 2>/dev/null` || CFG_TMP_DIR=$(create_tmp_dir)
CFG_TMP_DIR=$(mktemp -d 2>/dev/null \
|| mktemp -d -t 'rustup-tmp-install' 2>/dev/null \
|| create_tmp_dir)

RUST_URL="https://static.rust-lang.org/dist"
RUST_PACKAGE_NAME=rust-nightly
Expand Down

11 comments on commit 0e2b5d9

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at johshoff@0e2b5d9

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging johshoff/rust/master = 0e2b5d9 into auto

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "585c5e492206168f05f161ccf73d4468b3b4b3fe"}

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 28, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

johshoff/rust/master = 0e2b5d9 merged ok, testing candidate = 585c5e49

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from brson
at johshoff@0e2b5d9

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging johshoff/rust/master = 0e2b5d9 into auto

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

status: {"merge_sha": "03a1188cf35b3765d8eb718d3b757c5a5d7e9497"}

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

johshoff/rust/master = 0e2b5d9 merged ok, testing candidate = 03a1188

@bors
Copy link
Contributor

@bors bors commented on 0e2b5d9 Dec 29, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 03a1188

Please sign in to comment.