Index: trunk/Ohana/src/opihi/lib.shell/opihi.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/opihi.c	(revision 31667)
+++ trunk/Ohana/src/opihi/lib.shell/opihi.c	(revision 34088)
@@ -4,5 +4,5 @@
 int opihi (int argc, char **argv) {
 
-  int Nbad, status;
+  int Nbad;
   char *line, *prompt, *history;
   pid_t ppid;
@@ -39,5 +39,5 @@
     stripwhite (line);
     if (*line) {
-      status = multicommand (line);
+      multicommand (line);
       add_history (line);
 
