summaryrefslogtreecommitdiffstats
path: root/bin/trace
diff options
context:
space:
mode:
Diffstat (limited to 'bin/trace')
-rwxr-xr-xbin/trace3
1 files changed, 1 insertions, 2 deletions
diff --git a/bin/trace b/bin/trace
index 34bcd3a..3cae0a4 100755
--- a/bin/trace
+++ b/bin/trace
@@ -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.
@@ -12,7 +12,6 @@
# help@hdfgroup.org.
##
require 5.003;
-use warnings;
$Source = "";
##############################################################################