diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:15:18 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:15:18 (GMT) |
commit | b94551572c5c14ce238780bca52a3e4b7a570a8f (patch) | |
tree | aace061af81c36bb39cb1ce61aedeb0de9e0cf49 /bin/versinc | |
parent | c61f94f9c39f98e0e3bfc301765835e3fc301606 (diff) | |
download | hdf5-b94551572c5c14ce238780bca52a3e4b7a570a8f.zip hdf5-b94551572c5c14ce238780bca52a3e4b7a570a8f.tar.gz hdf5-b94551572c5c14ce238780bca52a3e4b7a570a8f.tar.bz2 |
[svn-r393] Testing CVS perl log script, ignore this message
Diffstat (limited to 'bin/versinc')
-rw-r--r-- | bin/versinc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/versinc b/bin/versinc index 0db1df3..96e3445 100644 --- a/bin/versinc +++ b/bin/versinc @@ -4,6 +4,7 @@ use Cwd; ($cwd)=(cwd()=~m#(.*?hdf5)/.*#) print STDERR "$cwd\n"; +$foo; $hdr = "$cwd/src/H5public.h"; $bak = "$cwd/src/H5public.h~"; $tmp = "$cwd/src/H5public.$$"; |