On Oct 18, 2009, at 7:15 AM, Emil Totev wrote:

> Hi
> I am just starting to explore this nice piece of software. I like it
> very much for now, however I encountered a strange behavior - I really
> think it is a bug.
>
> I am using Windows XP and JPSoftware's TCC as a replacement for the
> command-line shell. By default it is installed in C:\Program
> Files\JPSoft\TCCLE10 and the COMSPEC environment variable is set
> accordingly.
> It seems that fossil is trying to launch a secondary command shell in
> some instances (like for commit, server, ui), but it is not quoting
> correctly the value of the %COMSPEC variable, so it ends with an error
> message
>
> TCC: Unknown command "Files\JPSoft\TCCLE10\TCC.EXE"
>
> Can someone comment on this?


Fossil calls system().  My guess would be that system() is the one  
that is failing to quote COMSPEC.  Fossil never looks at COMSPEC.

D. Richard Hipp
d...@hwaci.com



_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to