On Fri, Jan 01, 2010 at 11:14:06PM +0100, Johannes Sixt wrote: > On Windows, we need the shbang line to correctly invoke shell scripts via > a POSIX shell, except when the script is invoked via 'sh -c' because > sh (a bash) does "the right thing". Since nowadays the clean and smudge > filters are not always invoked via 'sh -c' anymore, we have to mark the > the one in t0021-conversion with #!$SHELL_PATH. Hrm. This does mean we might be breaking users who have helper scripts in a similar state to those in the test suite (of course, so does your pager hack, or anything which might optimize out a shell call). But perhaps given that scripts without a shebang generally don't work on Windows, they are not too common and we don't need to worry about it. -Peff -- 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