summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1998-05-06 17:17:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1998-05-06 17:17:20 (GMT)
commita2a766f3340a1886cd048cf442958b733e9ead96 (patch)
tree35cc9374e62bd8a283b3b403399ca2d8f07fc2d0 /bin
parent5db1c06853023cd8e5eeeed95ebdcd9c221cca89 (diff)
downloadhdf5-a2a766f3340a1886cd048cf442958b733e9ead96.zip
hdf5-a2a766f3340a1886cd048cf442958b733e9ead96.tar.gz
hdf5-a2a766f3340a1886cd048cf442958b733e9ead96.tar.bz2
[svn-r396] Testing CVS perl log script, ignore this message
Diffstat (limited to 'bin')
-rw-r--r--bin/versinc2
1 files changed, 0 insertions, 2 deletions
diff --git a/bin/versinc b/bin/versinc
index 06c91de..93a48cd 100644
--- a/bin/versinc
+++ b/bin/versinc
@@ -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.$$";