aboutsummaryrefslogtreecommitdiffstats
path: root/git-sh-setup.sh
diff options
context:
space:
mode:
authorJonathan Nieder <jrnieder@gmail.com>2010-01-31 11:46:53 -0800
committerJunio C Hamano <gitster@pobox.com>2010-01-31 11:53:10 -0800
commit46bac904581798eaf0f07f91701c2c72219e207f (patch)
tree5823192665f1d51477a12a411dc8927b37f2d885 /git-sh-setup.sh
parentb0883aa6c77111e88496bd0afe073caf68ab9f99 (diff)
downloadgit-46bac904581798eaf0f07f91701c2c72219e207f.tar.gz
Do not install shell libraries executable
Some scripts are expected to be sourced instead of executed on their own. Avoid some confusion by not marking them executable. The executable bit was confusing the valgrind support of our test scripts, which assumed that any executable without a #!-line should be intercepted and run through valgrind. So during valgrind-enabled tests, any script sourcing these files actually sourced the valgrind interception script instead. Reported-by: Jeff King <peff@peff.net> Signed-off-by: Jonathan Nieder <jrnieder@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'git-sh-setup.sh')
-rw-r--r--[-rwxr-xr-x]git-sh-setup.sh0
1 files changed, 0 insertions, 0 deletions
diff --git a/git-sh-setup.sh b/git-sh-setup.sh
index d56426dd39..d56426dd39 100755..100644
--- a/git-sh-setup.sh
+++ b/git-sh-setup.sh