Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-1-4]: src/usr.bin/ftp pullup 1.49->1.50 (kleink)
details: https://anonhg.NetBSD.org/src/rev/00e5ea72f4f2
branches: netbsd-1-4
changeset: 468919:00e5ea72f4f2
user: perry <perry%NetBSD.org@localhost>
date: Wed Jun 23 14:31:15 1999 +0000
description:
pullup 1.49->1.50 (kleink)
diffstat:
usr.bin/ftp/cmds.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 69ab4724347c -r 00e5ea72f4f2 usr.bin/ftp/cmds.c
--- a/usr.bin/ftp/cmds.c Wed Jun 23 14:27:03 1999 +0000
+++ b/usr.bin/ftp/cmds.c Wed Jun 23 14:31:15 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: cmds.c,v 1.47.2.1 1999/06/22 21:01:18 perry Exp $ */
+/* $NetBSD: cmds.c,v 1.47.2.2 1999/06/23 14:31:15 perry Exp $ */
/*-
* Copyright (c) 1998, 1999 The NetBSD Foundation, Inc.
@@ -78,7 +78,7 @@
#if 0
static char sccsid[] = "@(#)cmds.c 8.6 (Berkeley) 10/9/94";
#else
-__RCSID("$NetBSD: cmds.c,v 1.47.2.1 1999/06/22 21:01:18 perry Exp $");
+__RCSID("$NetBSD: cmds.c,v 1.47.2.2 1999/06/23 14:31:15 perry Exp $");
#endif
#endif /* not lint */
@@ -2276,7 +2276,7 @@
return;
}
p = getenv("PAGER");
- if (p == NULL)
+ if (p == NULL || p[0] == '\0')
p = PAGER;
len = strlen(p) + 2;
pager = xmalloc(len);
Home |
Main Index |
Thread Index |
Old Index