Index: trunk/Ohana/src/opihi/cmd.basic/cd.c
===================================================================
--- trunk/Ohana/src/opihi/cmd.basic/cd.c	(revision 4572)
+++ trunk/Ohana/src/opihi/cmd.basic/cd.c	(revision 6266)
@@ -17,5 +17,5 @@
       return (FALSE);
     }
-    fprintf(stderr, "cwd: %s\n", cwd);
+    fprintf(GetOutfile(), "cwd: %s\n", cwd);
     ohana_memregister (cwd);
     free (cwd);
@@ -41,5 +41,5 @@
     return (FALSE);
   }
-  fprintf(stderr, "cwd: %s\n", cwd);
+  fprintf(GetOutfile(), "cwd: %s\n", cwd);
   ohana_memregister (cwd);
   free (cwd);
