Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

please simplify shebang to #!perl #9

Closed
jonassmedegaard opened this issue Oct 23, 2021 · 1 comment
Closed

please simplify shebang to #!perl #9

jonassmedegaard opened this issue Oct 23, 2021 · 1 comment

Comments

@jonassmedegaard
Copy link

Shebang of script bin/solid_auth.pl is currently #!/usr/bin/env perl.
That means it will always use default system-shared perl interpreter.

Please change that to #!perl which will be handled specially by the install routines to a) use specific perl interpreter during build, and b) expand to hardcode system-shared perl interpreter during install.

@jonassmedegaard jonassmedegaard changed the title please simplify shebang to !perl please simplify shebang to #!perl Oct 23, 2021
phochste added a commit that referenced this issue Oct 23, 2021
@phochste
Copy link
Owner

Thanks. Will be added to the next release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants