Index: trunk/Ohana/src/opihi/pantasks/scheduler.c
===================================================================
--- trunk/Ohana/src/opihi/pantasks/scheduler.c	(revision 4684)
+++ trunk/Ohana/src/opihi/pantasks/scheduler.c	(revision 4686)
@@ -55,4 +55,9 @@
   set_str_variable ("PROMPT", opihi_prompt);
   set_str_variable ("RCFILE", opihi_rcfile);
+# define xstr(s) str(s)
+# define str(s) #s
+# ifdef HELPDIR_DEFAULT
+  set_str_variable ("HELPDIR", xstr(HELPDIR_DEFAULT));
+# endif
 
   /* here we open the history file for append.  it this fails, we
