From owner-cvs-usrbin Sun Feb 16 20:11:54 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA20268 for cvs-usrbin-outgoing; Sun, 16 Feb 1997 20:11:54 -0800 (PST) Received: (from jmg@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id UAA20249; Sun, 16 Feb 1997 20:11:50 -0800 (PST) Date: Sun, 16 Feb 1997 20:11:50 -0800 (PST) From: John-Mark Gurney Message-Id: <199702170411.UAA20249@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrbin Subject: cvs commit: src/usr.bin/fetch main.c Sender: owner-cvs-usrbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk jmg 97/02/16 20:11:49 Modified: usr.bin/fetch main.c Log: Fix fetch so that all status information is sent to stderr, prevents corruption of file being recieved to stdout. Submitted-by: Kent Vander Velden Closes PR#2739 Revision Changes Path 1.37 +10 -11 src/usr.bin/fetch/main.c