Hi, On Thu, 28 Feb 2008, Johannes Sixt wrote: > On Thursday 28 February 2008 16:20, Johannes Schindelin wrote: > > On Wed, 27 Feb 2008, Johannes Sixt wrote: > > > - *) cp $$boilerplate blt/$$dst ;; \ > > > + *) if test -n "$$(sed -ne '/^#!\//p' -e '1q' < "$$boilerplate")"; then > > > \ + cp "$$boilerplate" "blt/$${dst}$(NOEXECTEMPL)"; \ > > > + else \ > > > + cp "$$boilerplate" "blt/$$dst"; \ > > > + fi ;; \ > > > > Why not just append .noexec to all of the hooks? > > Because some of the files are not hooks. Then you have to make sure even more urgently that only the hooks are treated that way. 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