diff options
author | kmu <kmu@hdfgroup.org> | 2019-11-07 20:51:40 (GMT) |
---|---|---|
committer | kmu <kmu@hdfgroup.org> | 2019-11-07 20:51:40 (GMT) |
commit | 815611a318b64010e1dc70691a132ee18e0385f5 (patch) | |
tree | c66cdb2df58374d936d417d888f25495842c1263 /bin/dependencies | |
parent | 8b9338ab57eec0cc8fa5a36c44d7b28e52e9a466 (diff) | |
parent | 2dd5bbfe167e3e9b6b6ee657a882e24072de4aeb (diff) | |
download | hdf5-815611a318b64010e1dc70691a132ee18e0385f5.zip hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.gz hdf5-815611a318b64010e1dc70691a132ee18e0385f5.tar.bz2 |
Merge branch 'develop' of https://git.hdfgroup.org/scm/~kmu/hdf5 into develop
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-x | bin/dependencies | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bin/dependencies b/bin/dependencies index 82247da..367351a 100755 --- a/bin/dependencies +++ b/bin/dependencies @@ -1,4 +1,4 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl # # Copyright by The HDF Group. # Copyright by the Board of Trustees of the University of Illinois. @@ -11,6 +11,8 @@ # If you do not have access to either file, you may request a copy from # help@hdfgroup.org. # +use warnings; + my $depend_file; my $new_depend_file; my $srcdir; |