=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- src/usr.bin/ftp/main.c 1997/02/03 01:05:42 1.18 +++ src/usr.bin/ftp/main.c 1997/02/03 01:22:08 1.19 @@ -1,4 +1,4 @@ -/* $OpenBSD: main.c,v 1.18 1997/02/03 01:05:42 millert Exp $ */ +/* $OpenBSD: main.c,v 1.19 1997/02/03 01:22:08 millert Exp $ */ /* $NetBSD: main.c,v 1.17 1997/02/01 10:45:07 lukem Exp $ */ /* @@ -44,7 +44,7 @@ #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else -static char rcsid[] = "$OpenBSD: main.c,v 1.18 1997/02/03 01:05:42 millert Exp $"; +static char rcsid[] = "$OpenBSD: main.c,v 1.19 1997/02/03 01:22:08 millert Exp $"; #endif #endif /* not lint */ @@ -103,8 +103,6 @@ fromatty = isatty(fileno(stdin)); if (fromatty) verbose = 1; /* verbose if from a tty */ - if (isatty(fileno(stdout))) - progress = 1; /* progress bar on if going to a tty */ while ((ch = getopt(argc, argv, "adginpPr:tvV")) != -1) { switch (ch) {