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

use more portable /usr/bin/env perl for scripts #43

Merged
merged 1 commit into from Jul 2, 2015

Conversation

wookietreiber
Copy link
Contributor

This is useful, e.g. if your perl is not installed in /usr/bin or you want to give a specific perl precendence over the one installed in /usr/bin. The -w is not needed since there is also use warnings; in these scripts.

This is useful, e.g. if your perl is not installed in `/usr/bin` or you
want to give a specific perl precendence over the one installed in
`/usr/bin`. The `-w` is not needed since there is also `use warnings;`
in these scripts.
@lh3
Copy link
Owner

lh3 commented Jul 2, 2015

Thanks.

lh3 added a commit that referenced this pull request Jul 2, 2015
use more portable /usr/bin/env perl for scripts
@lh3 lh3 merged commit 9812521 into lh3:master Jul 2, 2015
@wookietreiber wookietreiber deleted the perl-shebangs branch July 2, 2015 16:57
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