Parcourir la source

Don't need to create temporary files since tar(1) writes to stdout by default

pull/663/head
Yamashita, Yuu il y a 10 ans
Parent
révision
ad9805a455
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  1. +1
    -2
      plugins/python-build/bin/python-build

+ 1
- 2
plugins/python-build/bin/python-build Voir le fichier

@ -474,8 +474,7 @@ download_tarball() {
}
has_tar_xz_support() {
local tarxz="$(mktemp "XXXXXXXX.tar.xz")"
tar Jcf "${tarxz}" /dev/null 1>/dev/null 2>&1
tar Jc /dev/null 1>/dev/null 2>&1
}
fetch_git() {

Chargement…
Annuler
Enregistrer