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

fix perl shebang line #696

Merged
merged 1 commit into from
Jun 20, 2017
Merged

fix perl shebang line #696

merged 1 commit into from
Jun 20, 2017

Conversation

lamont-granquist
Copy link
Contributor

use /usr/bin/env perl to look it up in the PATH instead of
the hardcoded /usr/bin/perl (typically the first perl in the user's
PATH is going to be preferred).

the -w flag causes issues when used with env but both of these
scripts declare use warnings so that flag is redundant and
removed from the shebang.

Signed-off-by: Lamont Granquist lamont@scriptkiddie.org

use `/usr/bin/env perl` to look it up in the PATH instead of
the hardcoded /usr/bin/perl (typically the first perl in the user's
PATH is going to be preferred).

the -w flag causes issues when used with env but both of these
scripts declare `use warnings` so that flag is redundant and
removed from the shebang.

Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
@NathanKell NathanKell merged commit 57cb644 into KSP-RO:master Jun 20, 2017
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