diff --git a/bin/xbps-install/fetch_cb.c b/bin/xbps-install/fetch_cb.c index fb1a069c..8b715a9a 100644 --- a/bin/xbps-install/fetch_cb.c +++ b/bin/xbps-install/fetch_cb.c @@ -162,7 +162,7 @@ fetch_file_progress_cb(const struct xbps_fetch_cb_data *xfpd, void *cbdata) if (xfpd->cb_start) { /* start transfer stats */ - v_tty = isatty(STDERR_FILENO); + v_tty = isatty(STDOUT_FILENO); get_time(&xfer->start); xfer->last.tv_sec = xfer->last.tv_usec = 0; } else if (xfpd->cb_update) {