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

Set all hashbangs to /usr/bin/env perl #86

Merged
merged 1 commit into from
Oct 11, 2019

Conversation

tseemann
Copy link
Contributor

@tseemann tseemann commented Aug 23, 2019

Currently all the perl scripts start with

#!/usr/bin/perl

The preferred behaviour is

#!/usr/bin/env perl

This will ensure that the first perl the $PATH will be used. This has become much more important with modern packaging system like conda and brew which do not use the system installed perl.

This updates PR #25

@weizhongli weizhongli merged commit 5ba8578 into weizhongli:master Oct 11, 2019
@tseemann tseemann deleted the fix_perl_hashbangs branch October 12, 2019 05:38
@tseemann
Copy link
Contributor Author

Thank you @weizhongli !

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

Successfully merging this pull request may close these issues.

None yet

2 participants