diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:17:20 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:17:20 (GMT) |
commit | a2a766f3340a1886cd048cf442958b733e9ead96 (patch) | |
tree | 35cc9374e62bd8a283b3b403399ca2d8f07fc2d0 | |
parent | 5db1c06853023cd8e5eeeed95ebdcd9c221cca89 (diff) | |
download | hdf5-a2a766f3340a1886cd048cf442958b733e9ead96.zip hdf5-a2a766f3340a1886cd048cf442958b733e9ead96.tar.gz hdf5-a2a766f3340a1886cd048cf442958b733e9ead96.tar.bz2 |
[svn-r396] Testing CVS perl log script, ignore this message
-rw-r--r-- | bin/versinc | 2 |
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.$$"; |