From b6d09bd20c57ba338690651d5922c724568bc7a0 Mon Sep 17 00:00:00 2001 From: markus schnalke Date: Sat, 11 Feb 2012 22:22:09 +0100 Subject: [PATCH 1/1] Added absolute path to match the common style. --- config/config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/config.c b/config/config.c index 62852df..20c62f5 100644 --- a/config/config.c +++ b/config/config.c @@ -136,7 +136,7 @@ char *incproc = NMHBINDIR"/inc"; ** the message to show. The string ``show -file'' is most likely what you ** want to be you lproc. */ -char *lproc = "show -file"; +char *lproc = NMHBINDIR"/show -file"; /* ** This is the path for the Bell equivalent mail program. -- 1.7.10.4