mirror of https://github.com/ecmwf/eccodes.git
Scripts: use generic Perl shebang
This commit is contained in:
parent
de976ac0c2
commit
71f5bd5d69
|
@ -1,4 +1,5 @@
|
|||
#!/usr/local/bin/perl56 -I/usr/local/lib/metaps/perl
|
||||
#!/usr/bin/env perl
|
||||
|
||||
use strict;
|
||||
use File::Path ;
|
||||
use File::Basename ;
|
||||
|
|
Loading…
Reference in New Issue