https://bugzilla.redhat.com/show_bug.cgi?id=1353000 --- Comment #7 from Zbigniew Jędrzejewski-Szmek <zbyszek@xxxxxxxxx> --- for lib in `find %{buildroot}/%{python3_sitelib}/ -name '*.py'`; do echo $lib sed -i '1{\@^#!/usr/bin/env python@d}' $lib done → find %{buildroot}/%{python3_sitelib}/ -name '*.py' -print \ -exec sed -i '1{\@^#!/usr/bin/env python@d}' {} \; -- You are receiving this mail because: You are on the CC list for the bug. You are always notified about changes to this product and component _______________________________________________ package-review mailing list package-review@xxxxxxxxxxxxxxxxxxxxxxx https://lists.fedoraproject.org/admin/lists/package-review@xxxxxxxxxxxxxxxxxxxxxxx