Skip to content

Commit 7cd91cf

Browse files
committed
---
yaml --- r: 166758 b: refs/heads/master c: 0e2b5d9 h: refs/heads/master v: v3
1 parent d2e186c commit 7cd91cf

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
refs/heads/master: ee72c57bc9081327fcc37f4ecf4bb378969e577f
2+
refs/heads/master: 0e2b5d99af9a32ce535286fc166b5818cd213e74
33
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
44
refs/heads/snap-stage3: 023dfb0c898d851dee6ace2f8339b73b5287136b
55
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd

trunk/src/etc/rustup.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,9 @@ then
413413
CFG_INSTALL_FLAGS="${CFG_INSTALL_FLAGS} --prefix=${CFG_PREFIX}"
414414
fi
415415

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

418420
RUST_URL="https://static.rust-lang.org/dist"
419421
RUST_PACKAGE_NAME=rust-nightly

0 commit comments

Comments
 (0)