about summary refs log tree commit diff stats
path: root/src/LYMain.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/LYMain.c')
-rw-r--r--src/LYMain.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/LYMain.c b/src/LYMain.c
index bcacb611..53d2fbd4 100644
--- a/src/LYMain.c
+++ b/src/LYMain.c
@@ -1,4 +1,4 @@
-/* $LynxId: LYMain.c,v 1.170 2007/05/06 21:36:43 tom Exp $ */
+/* $LynxId: LYMain.c,v 1.171 2007/05/13 22:45:47 Chuck.Houpt Exp $ */
 #include <HTUtils.h>
 #include <HTTP.h>
 #include <HTParse.h>
@@ -1721,6 +1721,13 @@ int main(int argc,
 #endif
 
     /*
+     * Check for a help file URL in the environment. Overiding
+     * compiled-in default and configuration file setting, if found.
+     */
+    if ((cp = LYGetEnv("LYNX_HELPFILE")) != NULL)
+	StrAllocCopy(helpfile, cp);
+
+    /*
      * Set up our help and about file base paths. - FM
      */
     StrAllocCopy(helpfilepath, helpfile);