git-sh-i18n was not picked up by the valgrind wrapper code because that tests for the executable bit. Since there does not seem to be a particular reason why it needs to be non-executable, and this is the path of least special-casing to fix --valgrind testing, just make it executable. Signed-off-by: Thomas Rast <trast@xxxxxxxxxxxxxxx> --- 0 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 git-sh-i18n.sh diff --git a/git-sh-i18n.sh b/git-sh-i18n.sh old mode 100644 new mode 100755 -- 1.7.2.289.g93c76 -- 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