summaryrefslogtreecommitdiff
path: root/project/hoppla.sh
diff options
context:
space:
mode:
Diffstat (limited to 'project/hoppla.sh')
-rwxr-xr-xproject/hoppla.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/project/hoppla.sh b/project/hoppla.sh
index 7adfadc..a194177 100755
--- a/project/hoppla.sh
+++ b/project/hoppla.sh
@@ -99,6 +99,7 @@ for py_ver in $py_base_ver $py_curr_ver; do
-e 's@-Wno-unused-parameter@@g' \
-e 's@-Wno-implicit-fallthrough@@g' \
-e 's/ */ /g' \
+ -e 's/[ \t]*$//' \
| sort > cccore.log
grep -e ' -c ' pylog | grep -e 'build/temp.' \
@@ -118,6 +119,7 @@ for py_ver in $py_base_ver $py_curr_ver; do
-e 's@-Wno-unused-parameter@@g' \
-e 's@-Wno-implicit-fallthrough@@g' \
-e 's/ */ /g' \
+ -e 's/[ \t]*$//' \
| sort > ccext.log
grep -e ' -shared ' pylog | grep -e '.cpython-' \