[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: feature request : at ' unexpected end of fille ' error msg append al
From: |
alex xmb sw ratchev |
Subject: |
Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive |
Date: |
Wed, 21 Aug 2024 18:16:23 +0200 |
ahhhh i see
thxx++
On Wed, Aug 21, 2024, 5:37 PM Chet Ramey <chet.ramey@case.edu> wrote:
> On 8/21/24 11:28 AM, Greg Wooledge wrote:
>
>
> > Here's an even simpler reproducer:
> >
> > hobbit:~$ ./foo
> > ./foo: line 5: syntax error: unexpected end of file
> > hobbit:~$ cat foo
> > #!/bin/bash
> > shopt -s expand_aliases
> > alias run=' '
> > true && run
> >
> > The "true &&" is required. If the final line is "run", there is no error
> > message.
>
> That is a syntax error. There is no command following the `&&' and the
> shell reads EOF before finding one.
>
> --
> ``The lyf so short, the craft so long to lerne.'' - Chaucer
> ``Ars longa, vita brevis'' - Hippocrates
> Chet Ramey, UTech, CWRU chet@case.edu http://tiswww.cwru.edu/~chet/
>
>
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, (continued)
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, alex xmb sw ratchev, 2024/08/16
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, alex xmb sw ratchev, 2024/08/16
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, Chet Ramey, 2024/08/20
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, alex xmb sw ratchev, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, Chet Ramey, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, alex xmb sw ratchev, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, alex xmb sw ratchev, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, alex xmb sw ratchev, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, Greg Wooledge, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive, Chet Ramey, 2024/08/21
- Re: feature request : at ' unexpected end of fille ' error msg append also the still-open direcrive,
alex xmb sw ratchev <=