Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

Re: [tbm@xxxxxxxxxx: Bug#130817: zsh's echo doesn't error if device is full]



> Here's the "backport" for 4.0.x:

And this might help too.

Index: Src/builtin.c
===================================================================
RCS file: /cvsroot/zsh/zsh/Src/builtin.c,v
retrieving revision 1.46.4.5
diff -u -r1.46.4.5 builtin.c
--- Src/builtin.c	2002/01/27 23:09:24	1.46.4.5
+++ Src/builtin.c	2002/01/27 23:22:01
@@ -2869,7 +2869,7 @@
 int
 bin_print(char *name, char **args, char *ops, int func)
 {
-    int nnl = 0, fd, argc, n;
+    int nnl = 0, fd, argc, n, ret = 0;
     int *len;
     Histent ent;
     FILE *fout = stdout;



Messages sorted by: Reverse Date, Date, Thread, Author