Merge pull request #43 from wookietreiber/perl-shebangs

use more portable /usr/bin/env perl for scripts
This commit is contained in:
Heng Li 2015-07-02 11:52:40 -04:00
commit 9812521922
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
use strict;
use warnings;

View File

@ -1,4 +1,4 @@
#!/usr/bin/perl -w
#!/usr/bin/env perl
use strict;
use warnings;