=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ftp/main.c,v retrieving revision 1.25 retrieving revision 1.26 diff -c -r1.25 -r1.26 *** src/usr.bin/ftp/main.c 1997/03/21 20:59:30 1.25 --- src/usr.bin/ftp/main.c 1997/04/01 21:19:05 1.26 *************** *** 1,4 **** ! /* $OpenBSD: main.c,v 1.25 1997/03/21 20:59:30 millert Exp $ */ /* $NetBSD: main.c,v 1.20 1997/03/16 14:24:21 lukem Exp $ */ /* --- 1,4 ---- ! /* $OpenBSD: main.c,v 1.26 1997/04/01 21:19:05 millert Exp $ */ /* $NetBSD: main.c,v 1.20 1997/03/16 14:24:21 lukem Exp $ */ /* *************** *** 44,50 **** #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.25 1997/03/21 20:59:30 millert Exp $"; #endif #endif /* not lint */ --- 44,50 ---- #if 0 static char sccsid[] = "@(#)main.c 8.6 (Berkeley) 10/9/94"; #else ! static char rcsid[] = "$OpenBSD: main.c,v 1.26 1997/04/01 21:19:05 millert Exp $"; #endif #endif /* not lint */ *************** *** 199,204 **** --- 199,206 ---- } #ifndef SMALL + if (argc > 0) /* batch mode */ + editing = 0; if (editing) { el = el_init(__progname, stdin, stdout); /* init editline */