[svn-r390] Testing CVS perl log script, ignore this message

This commit is contained in:
Quincey Koziol 1998-05-06 12:11:47 -05:00
parent 5fbdc3de64
commit 6caf498fc5

View File

@ -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";