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.
2 parents 62fb41c + 349382b commit ce36e24Copy full SHA for ce36e24
src/etc/rustup.sh
@@ -441,7 +441,7 @@ install_package() {
441
install_script="$2"
442
443
msg "Extracting ${tarball_name}"
444
- (cd "${CFG_TMP_DIR}" && "${CFG_TAR}" -xvf "${tarball_name}")
+ (cd "${CFG_TMP_DIR}" && "${CFG_TAR}" -xzf "${tarball_name}")
445
if [ $? -ne 0 ]; then
446
rm -Rf "${CFG_TMP_DIR}"
447
err "failed to unpack installer"
0 commit comments