diff --git a/scripts/makepkg.sh.in b/scripts/makepkg.sh.in index e77e6e5e..67ec240a 100644 --- a/scripts/makepkg.sh.in +++ b/scripts/makepkg.sh.in @@ -372,7 +372,7 @@ download_file() { fi local ret=0 - eval "$dlcmd || ret=\$?" + eval "$dlcmd >&2 || ret=\$?" if (( ret )); then [[ ! -s $dlfile ]] && rm -f -- "$dlfile" error "$(gettext "Failure while downloading %s")" "$filename"