From 47ab8fa29d9f500fc4046c4fe6b645566cbd1083 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Sun, 24 Jun 2007 19:15:56 -0500 Subject: [svn-r13902] Purpose: Simple code improvement to have more unified code. Tested: in kagiso only since it is a simple script change. --- bin/chkmanifest | 5 ++--- 1 file 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 <