summaryrefslogtreecommitdiff
path: root/t/test-lib.sh
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2009-03-25 17:27:28 +0100
committerLibravatar Junio C Hamano <gitster@pobox.com>2009-03-25 12:12:35 -0700
commit5c928c06e251b651202f94aaac56cacd3f57c484 (patch)
tree9682d6347a03a4b3b395d6d66657854a9ad9165e /t/test-lib.sh
parentMerge branch 'maint' (diff)
downloadtgif-5c928c06e251b651202f94aaac56cacd3f57c484.tar.xz
Guard a few Makefile variables against user environments
Some variables are not initialized in the Makefile, but appended to. If the user has those variables in her environment, it will break the build. The variable names were found using these commands: $ s='[ \t]'; $ S='[^ \t]'; $ comm -23 \ <(sed -n "s/^$s*\($S*\)$s$s*+=.*/\1/p" < Makefile | sort | uniq) \ <(sed -n "s/^$s*\($S*\)$s$s*=.*/\1/p" < Makefile | sort | uniq) This fixes msysGit issue 216. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/test-lib.sh')
0 files changed, 0 insertions, 0 deletions