Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
builtin/mailsplit.c: use error_errno()
[gitweb.git]
/
shell.c
diff --git
a/shell.c
b/shell.c
index ace62e4b6503d821962242f9cf3bd9af22bc39b9..c5439a63e9678e1dc3dfa7d4e1f2a97c331e54d6 100644
(file)
--- a/
shell.c
+++ b/
shell.c
@@
-88,7
+88,7
@@
static void run_shell(void)
int count;
fprintf(stderr, "git> ");
- if (strbuf_getline
(&line, stdin, '\n'
) == EOF) {
+ if (strbuf_getline
_lf(&line, stdin
) == EOF) {
fprintf(stderr, "\n");
strbuf_release(&line);
break;