summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-05-06 17:14:23 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-05-06 17:14:23 (GMT)
commitc61f94f9c39f98e0e3bfc301765835e3fc301606 (patch)
treedc7fa1307434a78b9232f83c33b8768b01fe73ed /bin
parent503d772b53d1ea9228952c3c79ec61f7df7cb836 (diff)
downloadhdf5-c61f94f9c39f98e0e3bfc301765835e3fc301606.zip
hdf5-c61f94f9c39f98e0e3bfc301765835e3fc301606.tar.gz
hdf5-c61f94f9c39f98e0e3bfc301765835e3fc301606.tar.bz2
[svn-r392] Testing CVS perl log script, ignore this message
Diffstat (limited to 'bin')
-rw-r--r--bin/versinc1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/versinc b/bin/versinc
index d88da51..0db1df3 100644
--- a/bin/versinc
+++ b/bin/versinc
@@ -3,6 +3,7 @@ require 5.003;
use Cwd;
($cwd)=(cwd()=~m#(.*?hdf5)/.*#)
+print STDERR "$cwd\n";
$hdr = "$cwd/src/H5public.h";
$bak = "$cwd/src/H5public.h~";
$tmp = "$cwd/src/H5public.$$";