summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2020-05-18 18:19:16 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2020-05-18 18:19:16 (GMT)
commit3c1708531d38568bc993394a82c0e1ff0bce8126 (patch)
tree8adc640dc5eab9799e71cd2684739dd8e9829af6 /bin
parentca2b4aea445d3f5ffcc647670bc1e0424ec83288 (diff)
downloadhdf5-3c1708531d38568bc993394a82c0e1ff0bce8126.zip
hdf5-3c1708531d38568bc993394a82c0e1ff0bce8126.tar.gz
hdf5-3c1708531d38568bc993394a82c0e1ff0bce8126.tar.bz2
Updated the Perl shebang in bin/distdep.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/distdep5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/distdep b/bin/distdep
index c20a099..cd310e0 100755
--- a/bin/distdep
+++ b/bin/distdep
@@ -1,4 +1,7 @@
-#!/usr/bin/env perl -p
+#!/bin/sh
+#! -*-perl-*-
+eval 'exec perl -p -x -S $0 ${1+"$@"}'
+ if 0;
#
# Copyright by The HDF Group.
# Copyright by the Board of Trustees of the University of Illinois.