diff options
author | Albert Cheng <acheng@hdfgroup.org> | 2007-06-25 00:19:18 (GMT) |
---|---|---|
committer | Albert Cheng <acheng@hdfgroup.org> | 2007-06-25 00:19:18 (GMT) |
commit | 807fc2b6b3bd1e94af5f93180d44859822c9ddfb (patch) | |
tree | a2b7795b1a5ebafcdde696405d8f0ba8f59b4abc | |
parent | 7b2a3aa3fd56559e8b57d6f7113ef4acc9882b46 (diff) | |
download | hdf5-807fc2b6b3bd1e94af5f93180d44859822c9ddfb.zip hdf5-807fc2b6b3bd1e94af5f93180d44859822c9ddfb.tar.gz hdf5-807fc2b6b3bd1e94af5f93180d44859822c9ddfb.tar.bz2 |
[svn-r13903] Purpose:
Simple code improvement to have more unified code.
Tested:
in kagiso only since it is a simple script change.
-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 |