File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
---
2
- refs/heads/master: 0128159c95d0544e0c30b8b52ce3e7ce348fc114
2
+ refs/heads/master: ee72c57bc9081327fcc37f4ecf4bb378969e577f
3
3
refs/heads/snap-stage1: e33de59e47c5076a89eadeb38f4934f58a3618a6
4
4
refs/heads/snap-stage3: 023dfb0c898d851dee6ace2f8339b73b5287136b
5
5
refs/heads/try: f5d619caf9f32458680fae55526b99582ca682dd
Original file line number Diff line number Diff line change 413
413
CFG_INSTALL_FLAGS=" ${CFG_INSTALL_FLAGS} --prefix=${CFG_PREFIX} "
414
414
fi
415
415
416
- CFG_TMP_DIR=` mktemp -d 2> /dev/null || mktemp -d -t ' mytmpdir ' 2> /dev/null` || CFG_TMP_DIR=$( create_tmp_dir)
416
+ CFG_TMP_DIR=` mktemp -d 2> /dev/null || mktemp -d -t ' rustup-tmp-install ' 2> /dev/null` || CFG_TMP_DIR=$( create_tmp_dir)
417
417
418
418
RUST_URL=" https://static.rust-lang.org/dist"
419
419
RUST_PACKAGE_NAME=rust-nightly
You can’t perform that action at this time.
0 commit comments