Przemek Klosowski wrote (quoting from redhat-rpm-config): > > pyo="$(echo $pyc | sed -e 's/.pyc$/.pyo/')" This should say: pyo="$(echo $pyc | sed -e 's/\.pyc$/.pyo/')" Note the added backslash. Kevin Kofler -- devel mailing list devel@xxxxxxxxxxxxxxxxxxxxxxx https://admin.fedoraproject.org/mailman/listinfo/devel Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct