Use /usr/bin/env perl
instead of /bin/perl
This allows Perl to be installed in other locations.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
#!/bin/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
# Discard the CSV headers
|
||||
<>;
|
||||
|
Reference in New Issue
Block a user