On Mon, Nov 10, 2008 at 2:47 PM, Paul Mackerras <paulus@xxxxxxxxx> wrote: > Alexander Gavrilov writes: > >> I don't know about MacOS, but in Linux it does seem unnecessary, so: > > OK. Do you mostly develop on windows or on linux? I use Linux at home (using a VirtualBox to compile msysgit when I need to), and Windows at work. Actually, since last Thursday I also have to use MacOS at work for some things, but I haven't figured out anything beyond the bare minimum yet. >> + if {$::tcl_platform(platform) ne {windows}} return > > Any particular reason why you used $tcl_platform(platform) rather than > if {[tk windowingsystem] != "win32"} like we do elsewhere in gitk? No partucular reason, I simply copied that from git-gui. Alexander. -- 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