BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-030
Bug-Reported-by:Roman Rakus
Bug-Reference-ID: <4d7dd91e.7040...@redhat.com>
Bug-Reference-URL:
http://lists.gnu.org/archive/html/bug-ba
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-031
Bug-Reported-by:Max Horn
Bug-Reference-ID: <20cc5c60-07c3-4e41-9817-741e48d40...@quendi.de>
Bug-Reference-URL:
http://lists.gnu.org/arc
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-032
Bug-Reported-by:Ruediger Kuhlmann
Bug-Reference-ID:
Bug-Reference-URL:
http://lists.gnu.org/archive/html/bug-bash/2012-05/msg00010.ht
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-033
Bug-Reported-by:David Leverton
Bug-Reference-ID: <4fcce737.1060...@googlemail.com>
Bug-Reference-URL:
Bug-Description:
Bash uses a static b
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-034
Bug-Reported-by:"Davide Brini"
Bug-Reference-ID: <20120604164154.69781ec...@imaps.oficinas.atrapalo.com>
Bug-Reference-URL:
http://list
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-035
Bug-Reported-by:Dan Douglas
Bug-Reference-ID: <2766482.Ksm3GrSoYi@smorgbox>
Bug-Reference-URL:
http://lists.gnu.org/archive/html/bug-ba
BASH PATCH REPORT
=
Bash-Release: 4.2
Patch-ID: bash42-036
Bug-Reported-by:gregrwm
Bug-Reference-ID:
Bug-Reference-URL:
http://lists.gnu.org/archive/html/bug-bash/2012-05/msg00108.html
Bug-De
Hallo,
I was using the build in (( )) function for count up an index. I think I found
a bug in GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu).
The (( )) function is working fine, but the corresponding return value does not
match.
Check following small example (have the focus on $?)
On 07/10/2012 05:32 PM, Orlob Martin (EXT) wrote:
Hallo,
I was using the build in (( )) function for count up an index. I think I found
a bug in GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu).
((expression)) is one of Compound Commands (not builtin nor function).
Quoting the manual