mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Make this script work on hosts where PERL is not installed at
/usr/bin/perl.
This commit is contained in:
parent
07b59c0b63
commit
4281d101c4
@ -1,5 +1,6 @@
|
||||
#!/usr/bin/perl -w
|
||||
#!/usr/bin/env perl
|
||||
require 5.003;
|
||||
use warnings;
|
||||
|
||||
#
|
||||
# Copyright by The HDF Group.
|
||||
|
Loading…
Reference in New Issue
Block a user