We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef0bc46 commit 349382bCopy full SHA for 349382b
src/etc/rustup.sh
@@ -440,7 +440,7 @@ install_package() {
440
install_script="$2"
441
442
msg "Extracting ${tarball_name}"
443
- (cd "${CFG_TMP_DIR}" && "${CFG_TAR}" -xvf "${tarball_name}")
+ (cd "${CFG_TMP_DIR}" && "${CFG_TAR}" -xzf "${tarball_name}")
444
if [ $? -ne 0 ]; then
445
rm -Rf "${CFG_TMP_DIR}"
446
err "failed to unpack installer"
0 commit comments