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/runbkgprog | |
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/runbkgprog')
-rw-r--r-- | bin/runbkgprog | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/runbkgprog b/bin/runbkgprog index 69fa2d0..f04ea89 100644 --- a/bin/runbkgprog +++ b/bin/runbkgprog @@ -1,5 +1,6 @@ -#!/usr/bin/perl -w +#!/usr/bin/env perl require 5.003; +use warnings; $indent=4; # |