Synchronize with trunk r58606.
[reactos.git] / base / shell / cmd / echo.c
index 272dba9..5cf90fd 100644 (file)
@@ -83,7 +83,7 @@ INT CommandEcho (LPTSTR param)
        {
                /* skip the first character */
                ConOutPuts(param + 1);
-               ConOutPuts(_T("\n"));
+               ConOutPuts(_T("\r\n"));
        }
        return 0;
 }