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

This commit is contained in:
Quincey Koziol 1998-05-06 12:16:37 -05:00
parent aeaadbf96e
commit 5db1c06853

View File

@ -2,7 +2,7 @@
require 5.003;
use Cwd;
($cwd)=(cwd()=~m#(.*?hdf5)/.*#)
($cwd)=(cwd()=~m#(.*?hdf5)/.*#);
print STDERR "$cwd\n";
$foo2;
$hdr = "$cwd/src/H5public.h";