commit | 533407a266e4a63b7fd4721851dcf1773baf23b2 | [log] [tgz] |
---|---|---|
author | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 21:44:29 2018 +0000 |
committer | fbrosson <fbrosson@users.noreply.github.com> | Wed Apr 04 21:44:29 2018 +0000 |
tree | ac116381fa87dd7427476232de2bb6ec4d2c0116 | |
parent | 80aa3b8d6509be24cb67454e7a0519da20951faf [diff] [blame] |
Use "#!/usr/bin/env perl" as shebang line.
diff --git a/scripts/generate_features.pl b/scripts/generate_features.pl index 2aa695c..1bd82ca 100755 --- a/scripts/generate_features.pl +++ b/scripts/generate_features.pl
@@ -1,4 +1,4 @@ -#!/usr/bin/perl +#!/usr/bin/env perl # use strict;