|
Description
|
Mike Sullivan noticed the following noise showing up in the nightly
builds:
0a1
> The following command caused the error:
This is due to my fix for CR 6219031 which removed a seemingly
'useless' use of cat. Of course, that use *did* have a purpose --
namely, hiding the slightly bogus error return from egrep -- and
removing it made the build complain.
The 'cat' needs to be reinstated, along with a comment documenting why
it's there so nobody else trips on this.
|