Index: trunk/Ohana/src/opihi/lib.shell/startup.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 16446)
+++ trunk/Ohana/src/opihi/lib.shell/startup.c	(revision 16472)
@@ -155,6 +155,6 @@
 
     /* if this is not an interactive session, exit here */
-    if (ONLY_INPUT) exit (2);
-    if (is_script) exit (2);
+    if (ONLY_INPUT) exit (40);
+    if (is_script) exit (41);
     return;
 }
