Jonathan Nieder wrote: > +++ b/t/t0001-init.sh > @@ -141,6 +141,24 @@ test_expect_success 'reinit' ' > test_cmp again/empty again/err2 > ' > > +test_expect_success 'sample hooks use acceptable syntax' ' > + rm -fr hook-syntax && > + git init hook-syntax && > + ( > + cd hook-syntax && > + test -d .git/hooks && > + fail=f && > + for i in .git/hooks/*.sample > + do > + read shebang <"$i" && This should use ‘read -r’, for the sake of #!c:\Users\Xyzzy\bin\bash.exe *sigh* Jonathan -- 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