Mention the ``end of output'' for each periodic script.

Submitted by:	David Wolfskill <david@catwhisker.org>
PR:		37036
MFC after:	1 week
This commit is contained in:
Brian Somers 2002-05-14 01:15:35 +00:00
parent 014585d125
commit cb36028eff
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=96555

View File

@ -97,6 +97,9 @@ do
then
[ $processed = 1 ] && plural= || plural=s
echo "No output from the $processed file$plural processed"
else
echo ""
echo "-- End of $arg output --"
fi
} | eval $pipe
done