Tclsh: why exec replaces { with \{ ?

2004-07-15 Thread Sektor van Skijlen
Or just how to make it getting rid of it? It makes unable to, for example, run an awk program from inside Tcl script. Try this: exec -- echo This is {in braces} On ActiveTcl this does not happen. I also saw exec replacing / with \, but now I am not sure how to reproduce it. Regards, Sektor

Re: Tclsh: why exec replaces { with \{ ?

2004-07-15 Thread Christopher Faylor
On Thu, Jul 15, 2004 at 11:54:06PM +0200, Sektor van Skijlen wrote: Or just how to make it getting rid of it? It makes unable to, for example, run an awk program from inside Tcl script. Try this: exec -- echo This is {in braces} On ActiveTcl this does not happen. I also saw exec replacing /