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-' \