summaryrefslogtreecommitdiffstats
path: root/bin/h5vers
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1999-07-06 21:34:09 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1999-07-06 21:34:09 (GMT)
commitf0cbaab35407f8f49c5f0cb627095d43dad6bd72 (patch)
tree5f85609ae823465e2a9201eb160c0b83ad5be09d /bin/h5vers
parent1607517ff25cff2ba644e75af9d9db9af5b02776 (diff)
downloadhdf5-f0cbaab35407f8f49c5f0cb627095d43dad6bd72.zip
hdf5-f0cbaab35407f8f49c5f0cb627095d43dad6bd72.tar.gz
hdf5-f0cbaab35407f8f49c5f0cb627095d43dad6bd72.tar.bz2
[svn-r1436] Made perl script more portable.
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-xbin/h5vers6
1 files changed, 5 insertions, 1 deletions
diff --git a/bin/h5vers b/bin/h5vers
index dac587d..f512c98 100755
--- a/bin/h5vers
+++ b/bin/h5vers
@@ -1,4 +1,8 @@
-#!/usr/bin/perl -w
+#! /bin/sh
+perl -x -S $0 "$@"
+exit
+
+#! perl
require 5.003;
### Copyright © 1998 NCSA.