summaryrefslogtreecommitdiffstats
path: root/bin/dependencies
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-18 15:52:00 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-18 15:52:00 (GMT)
commitca2b4aea445d3f5ffcc647670bc1e0424ec83288 (patch)
treefeae7d7c9ec27c284db4f9fedfb3858e748b2bf6 /bin/dependencies
parent67983bc4313fecf3763f5b337b612357a3ee033b (diff)
downloadhdf5-ca2b4aea445d3f5ffcc647670bc1e0424ec83288.zip
hdf5-ca2b4aea445d3f5ffcc647670bc1e0424ec83288.tar.gz
hdf5-ca2b4aea445d3f5ffcc647670bc1e0424ec83288.tar.bz2
Brought the scripts in bin/ in line with develop.
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-xbin/dependencies4
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;