diff options
| author | Thomas Tuegel <ttuegel@gmail.com> | 2014-01-11 07:54:35 -0600 |
|---|---|---|
| committer | Thomas Tuegel <ttuegel@gmail.com> | 2014-01-11 07:54:35 -0600 |
| commit | e15fc83fc94adcf28b9816ecf6b907e46b9de57b (patch) | |
| tree | 5fa959d77b0b2a06e0be53013a2f28cc4bebd2a1 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 51713fbbfcaf819f176df8f3ce75f57880aeb690 (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
