diff options
| author | Paul Eggert | 2019-12-10 20:04:36 -0800 |
|---|---|---|
| committer | Paul Eggert | 2019-12-10 20:05:49 -0800 |
| commit | b0f20651e3cbb8a66f11ffae4c18634019c20cd4 (patch) | |
| tree | 067bcb8fa529b4afee6d189f409faf16bd437810 /admin | |
| parent | 0940296ebe56ebdf9c32e94191d4f0b18006a910 (diff) | |
| download | emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.tar.gz emacs-b0f20651e3cbb8a66f11ffae4c18634019c20cd4.zip | |
; Spelling fixes
Diffstat (limited to 'admin')
| -rwxr-xr-x | admin/nt/dist-build/build-dep-zips.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/nt/dist-build/build-dep-zips.py b/admin/nt/dist-build/build-dep-zips.py index 5698f5179c8..b538d851513 100755 --- a/admin/nt/dist-build/build-dep-zips.py +++ b/admin/nt/dist-build/build-dep-zips.py | |||
| @@ -78,7 +78,7 @@ def immediate_deps(pkg): | |||
| 78 | ## Split into dependencies | 78 | ## Split into dependencies |
| 79 | dependencies = dependencies.strip().split(" ") | 79 | dependencies = dependencies.strip().split(" ") |
| 80 | 80 | ||
| 81 | ## Remove > signs TODO can we get any other punctation here? | 81 | ## Remove > signs TODO can we get any other punctuation here? |
| 82 | dependencies = [d.split(">")[0] for d in dependencies if d] | 82 | dependencies = [d.split(">")[0] for d in dependencies if d] |
| 83 | dependencies = [d for d in dependencies if not d == "None"] | 83 | dependencies = [d for d in dependencies if not d == "None"] |
| 84 | 84 | ||