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

This commit is contained in:
Quincey Koziol 1998-05-06 12:17:20 -05:00
parent 5db1c06853
commit a2a766f334

View File

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