From 0fc0c73054879391e8ed5ca614e4d4ae12f9d172 Mon Sep 17 00:00:00 2001 From: Albert Cheng Date: Fri, 7 Jan 2000 18:23:57 -0500 Subject: [svn-r1938] Print a message when all is well. --- bin/chkmanifest | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/chkmanifest b/bin/chkmanifest index a166fe7..63612c8 100755 --- a/bin/chkmanifest +++ b/bin/chkmanifest @@ -10,7 +10,7 @@ MANIFEST=/tmp/H5_MANIFEST.$$ # Copy the manifest file to get a list of file names. grep '^\.' MANIFEST | expand | cut -f1 -d' ' >$MANIFEST -test "$verbose" && echo " Checking manifest..." 1>&2 +test "$verbose" && echo " Checking MANIFEST..." 1>&2 test -f $MANIFEST || exit 1 for file in `cat $MANIFEST`; do if [ ! -f $file ]; then @@ -39,4 +39,5 @@ EOF exit 1 fi +test "$verbose" && echo " The MANIFEST is up to date." 1>&2 exit 0 -- cgit v0.12