zsh-workers
 help / color / mirror / code / Atom feed
* PATCH: zsh-3.1.5-pre-pws-10: stupid mistake in xtrace stuff
@ 1999-02-26 14:09 Peter Stephenson
  0 siblings, 0 replies; only message in thread
From: Peter Stephenson @ 1999-02-26 14:09 UTC (permalink / raw)
  To: Zsh hackers list

--- Src/exec.c~	Fri Feb 19 18:12:36 1999
+++ Src/exec.c	Fri Feb 26 15:08:50 1999
@@ -2558,7 +2558,7 @@
 	val = matheval(e);
     }
     if (isset(XTRACE)) {
-	fprintf(stderr, " ))\n", stderr);
+	fprintf(stderr, " ))\n");
 	fflush(stderr);
     }
     errflag = 0;
-- 
Peter Stephenson <pws@ibmth.df.unipi.it>       Tel: +39 050 844536
WWW:  http://www.ifh.de/~pws/
Dipartimento di Fisica, Via Buonarroti 2, 56127 Pisa, Italy


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~1999-02-26 14:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
1999-02-26 14:09 PATCH: zsh-3.1.5-pre-pws-10: stupid mistake in xtrace stuff Peter Stephenson

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/zsh/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).