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