mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r1436] Made perl script more portable.
This commit is contained in:
parent
1607517ff2
commit
f0cbaab354
@ -1,4 +1,8 @@
|
||||
#!/usr/bin/perl -w
|
||||
#! /bin/sh
|
||||
perl -x -S $0 "$@"
|
||||
exit
|
||||
|
||||
#! perl
|
||||
require 5.003;
|
||||
|
||||
### Copyright © 1998 NCSA.
|
||||
|
Loading…
x
Reference in New Issue
Block a user