bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Pesky here-document warnings


From: Chet Ramey
Subject: Re: Pesky here-document warnings
Date: Tue, 16 Nov 2010 16:22:32 -0500

> Hi,
> 
> I often get the following e-mailed to my by my system with the subject
> of "Output from your job <number>":
> 
> ------------------------------ Delimiter BEGIN 
> --------------------------------
> 
> sh: line 497: warning: here-document at line 494 delimited by end-of-file 
> (wanted ``(dd if=/dev/urandom count=200 bs=1 2>/dev/null|LC_ALL=C tr -d -c 
> [:alnum:])`')
> 
> ------------------------------- Delimiter END 
> ---------------------------------
> 
> I have no idea which job could be producing this error?  Does it look
> familiar to anyone?  Any ideas on how I can track down the culprit?

The shell thinks you have an unterminated here document.  Have you looked at
like 494 of the script producing this error message?

-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, ITS, CWRU    chet@case.edu    http://cnswww.cns.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]