Fix shebang of build-time Perl script
Description
Change shebang of Perl script from /usr/bin/perl
to /usr/bin/env perl
.
Checklist
-
I have checked that my code follows the Octopus coding standards -
I have added tests for all the new features added in this request.