diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-07-06 21:34:09 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-07-06 21:34:09 (GMT) |
commit | f0cbaab35407f8f49c5f0cb627095d43dad6bd72 (patch) | |
tree | 5f85609ae823465e2a9201eb160c0b83ad5be09d /bin/h5vers | |
parent | 1607517ff25cff2ba644e75af9d9db9af5b02776 (diff) | |
download | hdf5-f0cbaab35407f8f49c5f0cb627095d43dad6bd72.zip hdf5-f0cbaab35407f8f49c5f0cb627095d43dad6bd72.tar.gz hdf5-f0cbaab35407f8f49c5f0cb627095d43dad6bd72.tar.bz2 |
[svn-r1436] Made perl script more portable.
Diffstat (limited to 'bin/h5vers')
-rwxr-xr-x | bin/h5vers | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -1,4 +1,8 @@ -#!/usr/bin/perl -w +#! /bin/sh +perl -x -S $0 "$@" +exit + +#! perl require 5.003; ### Copyright © 1998 NCSA. |