diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:16:37 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:16:37 (GMT) |
commit | 5db1c06853023cd8e5eeeed95ebdcd9c221cca89 (patch) | |
tree | 4a703c1b27c94d743f0935f6a2bf7a55fb00a929 | |
parent | aeaadbf96e45385c787389cf2592d5307cf9aa59 (diff) | |
download | hdf5-5db1c06853023cd8e5eeeed95ebdcd9c221cca89.zip hdf5-5db1c06853023cd8e5eeeed95ebdcd9c221cca89.tar.gz hdf5-5db1c06853023cd8e5eeeed95ebdcd9c221cca89.tar.bz2 |
[svn-r395] Testing CVS perl log script, ignore this message
-rw-r--r-- | bin/versinc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/versinc b/bin/versinc index 8575a35..06c91de 100644 --- a/bin/versinc +++ b/bin/versinc @@ -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"; |