Hi, On Fri, 10 Aug 2007, Steffen Prohaska wrote: > I recognized that '.' is included in the PATH in /etc/profile. > I don't think this is a good idea. At least it bit me once when > I expected to run /bin/git but instead /git/./git was chosen. > Shouldn't we remove '.' from the PATH? In my experience, Windows users (not Mac users forced to use Windows) _expect_ "." to be in the PATH. Regarding the tclsh thing: IMHO to unwaste space, we should add a #!/bin/sh exec tclsh84 "$@" instead. MinGW does not have symlinks, and we should not put more space to waste than Windows does already, by copying files around (yes, the repository will not care, but the working tree will). Ciao, Dscho - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html