--- This email has been checked for viruses by Avast antivirus software. https://www.avast.com/antivirus
In the Makefile.PL's for Tcl.pm, Tcl::Tk, and Tcl::pTk, the path to
tclsh should probably be escaped somehow. That way, any characters like
spaces get passed properly to the shell. I don't know what the best
portable way to do this would be, nor whether surrounding it with double
quotes (i.e. `"$tclsh" ...`) is sufficient.
- Escaping $tclsh in Makefile.PL Christopher Chavez
- RE: Escaping $tclsh in Makefile.PL Konovalov, Vadim
- Re: Escaping $tclsh in Makefile.PL Christopher Chavez
- RE: Escaping $tclsh in Makefile.PL Konovalov, Vadim