Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1bc4eae3 authored by Mike Lockwood's avatar Mike Lockwood
Browse files

sh: Fix problem with stray '\r' character that was introduced in previous change



Change-Id: I53148089bcb1989c129c7af465c724495e13e156
Signed-off-by: default avatarMike Lockwood <lockwood@android.com>
parent cbbe79ad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -221,7 +221,7 @@ retry:
                    /* Add non-blank lines to history. */
                    linenoiseHistoryAdd(rl_start);
                }
                out2str("\r\n");
                out2str("\n");
                /* Client expects a newline at end of input, doesn't expect null */
                rl_start[el_len++] = '\n';
            }