Index: trunk/Ohana/src/opihi/lib.shell/version.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/version.c	(revision 8427)
+++ trunk/Ohana/src/opihi/lib.shell/version.c	(revision 8653)
@@ -13,6 +13,6 @@
   char *p, *q;
 
-  p = strstr (input, "$NAME:");
-  if (p == NULL) return (unknown);
+  p = strstr (input, "$Name:");
+  if (p == NULL) return (strcreate ("NONE"));
 
   q = strcreate (input + 6);
