Frans Klaver wrote: > +++ b/t/t0061-run-command.sh > @@ -8,8 +8,8 @@ test_description='Test run command' > . ./test-lib.sh > > cat >hello-script <<-EOF > - #!$SHELL_PATH > - cat hello-script > +#!$SHELL_PATH > +cat hello-script > EOF Looks like a no-op --- the script already started with #! and no leading tab for me. Does it behave differently on your machine? -- 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