[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fwd: [shellcheck] Bash arithmetic expansion diagnostics (#255)
From: |
Eduardo A . Bustamante López |
Subject: |
Re: Fwd: [shellcheck] Bash arithmetic expansion diagnostics (#255) |
Date: |
Wed, 1 Apr 2015 12:01:39 -0600 |
User-agent: |
Mutt/1.5.23 (2014-03-12) |
Already fixed:
dualbus@yaqui:~/local/src/gnu/bash$ for ((; 1>(1) ;)); do break; done
dualbus@yaqui:~/local/src/gnu/bash$
GNU bash, version 4.4.0(1)-devel (x86_64-unknown-linux-gnu)
On Wed, Apr 01, 2015 at 12:53:16PM -0500, Dan Douglas wrote:
> Hi, This was noticed in a comment to a github issue. Just forwarding it along.
>
> $ for ((; 1>(1) ;)); do break; done
> -bash: syntax error near unexpected token `newline'
>
> $ echo "$BASH_VERSION"
> 4.3.33(1)-release
>
> https://github.com/koalaman/shellcheck/issues/255#issuecomment-88452555