merge from open-source master

Change-Id: I6262a725068f89c989e2e6706bcd220ddb217c8e
This commit is contained in:
The Android Open Source Project 2010-06-03 09:13:23 -07:00
commit 324a98f190
1 changed files with 1 additions and 1 deletions

View File

@ -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';
}