From 4281d101c41f80a75143c0d40232383a81afc7f0 Mon Sep 17 00:00:00 2001 From: David Young Date: Wed, 13 Nov 2019 13:04:26 -0600 Subject: Make this script work on hosts where PERL is not installed at /usr/bin/perl. --- bin/warnhist | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/warnhist b/bin/warnhist index 7e56246..a8dcd97 100755 --- a/bin/warnhist +++ b/bin/warnhist @@ -1,5 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl require 5.003; +use warnings; # # Copyright by The HDF Group. -- cgit v0.12