Asgeir S. Nilsen wrote: > +++ b/contrib/ciabot/ciabot.sh > @@ -1,4 +1,4 @@ > -#!/bin/sh > +#!/bin/bash Maybe, relying on a sane $PATH: #!/usr/bin/env sh Not sure what would happen on the less unixy platforms. Relying on POSIX execlp: # shebang line omitted for portability Simplest of all is to tweak the #! lines in whatever script is used to deploy the scripts from contrib. I would not mind seeing an install-contrib target incorporated into the Makefile that does that. -- 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