Index: trunk/Ohana/src/opihi/lib.shell/startup.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 7917)
+++ trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 7938)
@@ -121,5 +121,5 @@
       rcfile = get_variable ("RCFILE");
       sprintf (line, "input %s/%s", home, rcfile);
-      status = command (line, &outline);
+      status = command (line, &outline, TRUE);
       if (outline != (char *) NULL) free (outline);
     }
@@ -144,5 +144,5 @@
       ALLOCATE (line, char, 1024);
       sprintf (line, "input %s", list[i]);
-      status = command (line, &outline);
+      status = command (line, &outline, TRUE);
       if (outline != (char *) NULL) free (outline);
     }
