Index: trunk/Ohana/src/opihi/lib.shell/parse.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/parse.c	(revision 2598)
+++ trunk/Ohana/src/opihi/lib.shell/parse.c	(revision 2792)
@@ -56,6 +56,6 @@
     if (*V1 == 0) goto error;
 
-    /* command replacement.  execute the line, place answer in val. */
     if (*V1 == '`') {
+      /* command replacement.  execute the line, place answer in val. */
 
       /* look for end of line, must be ` */
