summaryrefslogtreecommitdiffstats
path: root/bin/dependencies
diff options
context:
space:
mode:
Diffstat (limited to 'bin/dependencies')
-rwxr-xr-xbin/dependencies4
1 files changed, 1 insertions, 3 deletions
diff --git a/bin/dependencies b/bin/dependencies
index 367351a..82247da 100755
--- a/bin/dependencies
+++ b/bin/dependencies
@@ -1,4 +1,4 @@
-#!/usr/bin/env perl
+#!/usr/bin/perl -w
#
# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.
@@ -11,8 +11,6 @@
# 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;