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 2002-05-14 01:15:35 +00:00
parent a1bdb69445
commit fc2e2c5091

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