BuildRequires: redhat-rpm-config

Kevin Kofler kevin.kofler at chello.at
Sat Nov 16 00:37:31 UTC 2013


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



More information about the devel mailing list