diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:11:47 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1998-05-06 17:11:47 (GMT) |
commit | 6caf498fc5aa59bb16ba4c30b599db2797805428 (patch) | |
tree | 823751546b1dee93971d1a88d71a8993151825e4 /bin | |
parent | 5fbdc3de64c326d9fbd75717eb0a8e4e7e6c8aa1 (diff) | |
download | hdf5-6caf498fc5aa59bb16ba4c30b599db2797805428.zip hdf5-6caf498fc5aa59bb16ba4c30b599db2797805428.tar.gz hdf5-6caf498fc5aa59bb16ba4c30b599db2797805428.tar.bz2 |
[svn-r390] Testing CVS perl log script, ignore this message
Diffstat (limited to 'bin')
-rw-r--r-- | bin/versinc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bin/versinc b/bin/versinc index f60fc7f..5b0fb3d 100644 --- a/bin/versinc +++ b/bin/versinc @@ -1,9 +1,9 @@ #! /usr/local/bin/perl -w require 5.003; -$hdr = "./src/H5public.h"; -$bak = "./src/H5public.h~"; -$tmp = "./src/H5public.$$"; +$hdr = "../src/H5public.h"; +$bak = "../src/H5public.h~"; +$tmp = "../src/H5public.$$"; # Open files open OLD, $hdr or die "cannot read $hdr"; |