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

This commit is contained in:
Quincey Koziol 1998-05-06 12:15:18 -05:00
parent c61f94f9c3
commit b94551572c

View File

@ -4,6 +4,7 @@ use Cwd;
($cwd)=(cwd()=~m#(.*?hdf5)/.*#)
print STDERR "$cwd\n";
$foo;
$hdr = "$cwd/src/H5public.h";
$bak = "$cwd/src/H5public.h~";
$tmp = "$cwd/src/H5public.$$";