mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-19 16:50:46 +08:00
[svn-r391] Testing CVS perl log script, ignore this message
This commit is contained in:
parent
6caf498fc5
commit
503d772b53
@ -1,9 +1,11 @@
|
||||
#! /usr/local/bin/perl -w
|
||||
require 5.003;
|
||||
use Cwd;
|
||||
|
||||
$hdr = "../src/H5public.h";
|
||||
$bak = "../src/H5public.h~";
|
||||
$tmp = "../src/H5public.$$";
|
||||
($cwd)=(cwd()=~m#(.*?hdf5)/.*#)
|
||||
$hdr = "$cwd/src/H5public.h";
|
||||
$bak = "$cwd/src/H5public.h~";
|
||||
$tmp = "$cwd/src/H5public.$$";
|
||||
|
||||
# Open files
|
||||
open OLD, $hdr or die "cannot read $hdr";
|
||||
|
Loading…
x
Reference in New Issue
Block a user