summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2014-01-11 07:54:35 -0600
committerThomas Tuegel <ttuegel@gmail.com>2014-01-11 07:54:35 -0600
commite15fc83fc94adcf28b9816ecf6b907e46b9de57b (patch)
tree5fa959d77b0b2a06e0be53013a2f28cc4bebd2a1 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parent51713fbbfcaf819f176df8f3ce75f57880aeb690 (diff)
Don't split paths with spaces
setup.sh uses the anti-pattern `for f in $(find ...); do` in several places. `find` returns one path per line, but `for` splits its arguments by words, so paths which contain spaces are incorrectly split! The correct way is `find ... | while read f; do`
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions