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

Commit f1a4618e authored by The Android Open Source Project's avatar The Android Open Source Project Committed by Android Git Automerger
Browse files

am 324a98f1: merge from open-source master

Merge commit '324a98f1' into kraken

* commit '324a98f1':
  sh: Fix problem with stray '\r' character that was introduced in previous change
parents 7bea36bd 324a98f1
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';
            }