Index: /trunk/Ohana/src/opihi/cmd.basic/init.c
===================================================================
--- /trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 9039)
+++ /trunk/Ohana/src/opihi/cmd.basic/init.c	(revision 9040)
@@ -84,5 +84,4 @@
   InitVariables ();
   InitLists ();
-  InitOutfile ();
 
   for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) {
@@ -102,5 +101,4 @@
   InitVariables ();
   InitLists ();
-  InitOutfile ();
 
   for (i = 0; i < sizeof (cmds) / sizeof (Command); i++) {
Index: /trunk/Ohana/src/opihi/mana/opihi.c
===================================================================
--- /trunk/Ohana/src/opihi/mana/opihi.c	(revision 9039)
+++ /trunk/Ohana/src/opihi/mana/opihi.c	(revision 9040)
@@ -38,5 +38,4 @@
   /* load the commands used by this implementation */
   InitBasic ();
-  InitOutfile ();
 
   rl_readline_name = opihi_name;
