From 0f00952d57cce750683d2e524a7b962d29df7599 Mon Sep 17 00:00:00 2001 From: Peter Stephenson Date: Sat, 26 Apr 2008 17:46:46 +0000 Subject: 24869: Marc Chantreux: make default readnullcmd configurable --- Src/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Src/init.c') diff --git a/Src/init.c b/Src/init.c index d83e6175b..df859a619 100644 --- a/Src/init.c +++ b/Src/init.c @@ -806,7 +806,7 @@ setupvals(void) term = ztrdup(""); nullcmd = ztrdup("cat"); - readnullcmd = ztrdup("more"); + readnullcmd = ztrdup(DEFAULT_READNULLCMD); /* We cache the uid so we know when to * * recheck the info for `USERNAME' */ -- cgit 1.4.1