diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-06-25 00:15:56 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-06-25 00:15:56 (GMT) |
commit | 47ab8fa29d9f500fc4046c4fe6b645566cbd1083 (patch) | |
tree | 859260bccdebdb6898d3cf0840f658744797daa9 /bin | |
parent | 1da2333b4d39ab8cd96ae4322fe7523b84799e7e (diff) | |
download | hdf5-47ab8fa29d9f500fc4046c4fe6b645566cbd1083.zip hdf5-47ab8fa29d9f500fc4046c4fe6b645566cbd1083.tar.gz hdf5-47ab8fa29d9f500fc4046c4fe6b645566cbd1083.tar.bz2 |
[svn-r13902] Purpose:
Simple code improvement to have more unified code.
Tested:
in kagiso only since it is a simple script change.
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/chkmanifest | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/chkmanifest b/bin/chkmanifest index 5437072..dd30144 100755 --- a/bin/chkmanifest +++ b/bin/chkmanifest @@ -19,7 +19,8 @@ # MANIFEST. verbose=yes -MANIFEST=/tmp/H5_MANIFEST.$$ +MANIFEST=/tmp/HD_MANIFEST.$$ +SVNENTRY=/tmp/HD_SVNENTRY.$$ # function definitions @@ -35,7 +36,6 @@ GETSVNENTRIES_13 () # 5. remove everything except the file name. # 6. remove all blank lines, including the inserted one. { -SVNENTRY=/tmp/H5_SVNENTRY.$$ cp $1/entries $SVNENTRY chmod u+w $SVNENTRY # entries file is not writable. ed - $SVNENTRY <<EOF @@ -67,7 +67,6 @@ GETSVNENTRIES_14 () # entry and ed does not like to do g on an empty file. # 5. remove the marks. { -SVNENTRY=/tmp/H5_SVNENTRY.$$ cp $1/entries $SVNENTRY chmod u+w $SVNENTRY # entries file is not writable. ed - $SVNENTRY <<EOF |