Use /usr/bin/env perl instead of /bin/perl

This allows Perl to be installed in other locations.
This commit is contained in:
Markus Mäkelä
2017-09-21 09:51:58 +03:00
parent eb3a9667fc
commit db7e2c2ffb

View File

@ -1,4 +1,4 @@
#!/bin/perl
#!/usr/bin/env perl
# Discard the CSV headers
<>;