#488 broken shebang in fedora-review 0.10.0 package
Closed: fixed by salimma. Opened by decathorpe.

#! /usr/bin/python3 -sPsP -tt is not a valid shebang, since shebangs can only contain one argument. This makes /usr/bin/fedora-review fail to start with:

Unknown option: - 
usage: /usr/bin/python3 [option] ... [-c cmd | -m mod | file | -] [arg] ...
Try `python -h' for more information.

I guess that's caused by %py3_builds's --executable="/usr/bin/python3 -sP thing. Using the new Python macros should do the trick.

Anyway, -tt makes no sense on Python 3, let's get rid of it.

Fixed in https://pagure.io/FedoraReview/c/c9aa1122cd046ea3c6f43be4bb352c383c2e56ad?branch=master

Metadata Update from @salimma:
- Issue close_status updated to: fixed
- Issue status updated to: Closed (was: Open)

Metadata