diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2020-05-18 15:52:00 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2020-05-18 15:52:00 (GMT) |
commit | ca2b4aea445d3f5ffcc647670bc1e0424ec83288 (patch) | |
tree | feae7d7c9ec27c284db4f9fedfb3858e748b2bf6 /bin/make_overflow | |
parent | 67983bc4313fecf3763f5b337b612357a3ee033b (diff) | |
download | hdf5-ca2b4aea445d3f5ffcc647670bc1e0424ec83288.zip hdf5-ca2b4aea445d3f5ffcc647670bc1e0424ec83288.tar.gz hdf5-ca2b4aea445d3f5ffcc647670bc1e0424ec83288.tar.bz2 |
Brought the scripts in bin/ in line with develop.
Diffstat (limited to 'bin/make_overflow')
-rwxr-xr-x | bin/make_overflow | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/make_overflow b/bin/make_overflow index ccd640e..cee0126 100755 --- a/bin/make_overflow +++ b/bin/make_overflow @@ -1,6 +1,7 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl require 5.003; use strict; +use warnings; # Global settings |