Skip to content

Fix candypond shebang

nordugrid-arc-bot requested to merge ellert/arc:candypond-shebang into next

Begin arcbot message
This merge request is automatically copied from !636 (merged) orginally made by @ellert
End arcbot message

Fixes RPM build failure on Fedora rawhide.

ERROR: ambiguous python shebang in /usr/libexec/arc/arccandypond: #!/usr/bin/env python. Change it to python3 (or python2) explicitly.

Merge request reports