The following reply was made to PR config/1630; it has been noted by GNATS.
From: Marc Slemko <[EMAIL PROTECTED]> To: Steve Fosdick <[EMAIL PROTECTED]> Cc: [EMAIL PROTECTED] Subject: Re: config/1630: Full status reports are not enabled even with rule STATUS=yes Date: Tue, 6 Jan 1998 23:57:29 -0700 (MST) On 7 Jan 1998, Steve Fosdick wrote: > I was able to work around it by changing the tr command to use character > classes, i.e. instead of: > tr "A-Z" "a-z" > I changed it to use: > tr '[:upper:]' '[:lower:]' Can you reproduce it on its own, eg. echo "<some string...>" | tr "A-Z" "a-z" ? A sample case, as simple as possible, would be interesting to see...
