summaryrefslogtreecommitdiffstats
path: root/bin/distdep
diff options
context:
space:
mode:
authorDavid Young <dyoung@hdfgroup.org>2019-10-03 22:30:46 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2019-10-03 22:30:46 (GMT)
commit82f647534c309ff97e4827fb95949954aeed4a26 (patch)
tree6258917ded5ace02e773ca318e6255a509cb7d24 /bin/distdep
parent09bb031cf19e656ef8646a1448af5206b1b1cc29 (diff)
downloadhdf5-82f647534c309ff97e4827fb95949954aeed4a26.zip
hdf5-82f647534c309ff97e4827fb95949954aeed4a26.tar.gz
hdf5-82f647534c309ff97e4827fb95949954aeed4a26.tar.bz2
Make some NetBSD compatibility patches.
Diffstat (limited to 'bin/distdep')
-rwxr-xr-xbin/distdep5
1 files changed, 4 insertions, 1 deletions
diff --git a/bin/distdep b/bin/distdep
index 4643700..cd310e0 100755
--- a/bin/distdep
+++ b/bin/distdep
@@ -1,4 +1,7 @@
-#!/usr/bin/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.