mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-17 16:10:24 +08:00
[svn-r390] Testing CVS perl log script, ignore this message
This commit is contained in:
parent
5fbdc3de64
commit
6caf498fc5
@ -1,9 +1,9 @@
|
||||
#! /usr/local/bin/perl -w
|
||||
require 5.003;
|
||||
|
||||
$hdr = "./src/H5public.h";
|
||||
$bak = "./src/H5public.h~";
|
||||
$tmp = "./src/H5public.$$";
|
||||
$hdr = "../src/H5public.h";
|
||||
$bak = "../src/H5public.h~";
|
||||
$tmp = "../src/H5public.$$";
|
||||
|
||||
# Open files
|
||||
open OLD, $hdr or die "cannot read $hdr";
|
||||
|
Loading…
Reference in New Issue
Block a user