File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
branches/master-next/utils Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3
- refs/heads/master-next: 19838b505a6391d1487d2ef020b807643aae6ab4
3
+ refs/heads/master-next: 00788e519c871dd0053e37e79472da50ec61d064
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
6
6
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07
Original file line number Diff line number Diff line change @@ -3880,8 +3880,7 @@ for host in "${ALL_HOSTS[@]}"; do
3880
3880
# Exclude shell scripts and static archives.
3881
3881
(cd " ${INSTALL_SYMROOT} " &&
3882
3882
find ./" ${CURRENT_PREFIX} " -perm -0111 -type f -print | \
3883
- grep -v crashlog.py | \
3884
- grep -v symbolication.py | \
3883
+ grep -v ' .py$' | \
3885
3884
grep -v ' .a$' | \
3886
3885
xargs -n 1 -P ${BUILD_JOBS} $( xcrun_find_tool dsymutil) )
3887
3886
You can’t perform that action at this time.
0 commit comments