瀏覽代碼

Trivial fixes

pull/539/head
Yamashita, Yuu 8 年之前
父節點
當前提交
8ea88dee1c
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. +2
    -2
      plugins/python-build/bin/python-build

+ 2
- 2
plugins/python-build/bin/python-build 查看文件

@ -330,13 +330,13 @@ http() {
elif type wget &>/dev/null; then
"http_${method}_wget" "$url" "$file"
else
echo "error: please install \`curl\` or \`wget\` and try again" >&2
echo "error: please install \`aria2c\`, \`curl\` or \`wget\` and try again" >&2
exit 1
fi
}
http_head_aria2c() {
aria2c --dry-run ${ARIA2_OPTS} "$1" >&4 2>&1
aria2c --dry-run ${ARIA2_OPTS} "$1" >&4 2>&1
}
http_get_aria2c() {

Loading…
取消
儲存