Skip to content

Commit 0e2b5d9

Browse files
committed
Split overly long line
1 parent ee72c57 commit 0e2b5d9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/etc/rustup.sh

+3-1
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)