summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-05-06 17:16:37 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-05-06 17:16:37 (GMT)
commit5db1c06853023cd8e5eeeed95ebdcd9c221cca89 (patch)
tree4a703c1b27c94d743f0935f6a2bf7a55fb00a929 /bin
parentaeaadbf96e45385c787389cf2592d5307cf9aa59 (diff)
downloadhdf5-5db1c06853023cd8e5eeeed95ebdcd9c221cca89.zip
hdf5-5db1c06853023cd8e5eeeed95ebdcd9c221cca89.tar.gz
hdf5-5db1c06853023cd8e5eeeed95ebdcd9c221cca89.tar.bz2
[svn-r395] Testing CVS perl log script, ignore this message
Diffstat (limited to 'bin')
-rw-r--r--bin/versinc2
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";