Hi Chet,
I've experimented on: AIX 6.1 TL9, AIX 7.1 TL3, AIX 7.2 TL0, AIX 7.2 TL2 .
They all show the issue (compared to bash as non-root and to ksh as root or
non-root)
I have no AIX 5.3 machine. However, it's very old now.
Here below is the man of access() routine.
I found this issue when
On Mon, Mar 04, 2019 at 09:00:38AM -0500, Chet Ramey wrote:
> On 3/4/19 8:19 AM, wer...@suse.de wrote:
>
> > Bash Version: 5.0
> > Patch Level: 2
> > Release Status: release
> >
> > Description:
> > Since patch bash50-001 there is a regession on path expansion.
> > The script example
Configuration Information [Automatically generated, do not change]:
Machine: x86_64
OS: linux-gnu
Compiler: x86_64-pc-linux-gnu-gcc
Compilation CFLAGS: -mtune=native -O2 -pipe -frecord-gcc-switches
-Wno-parentheses -Wno-format-security
uname output: Linux hostname 4.19.18-gentoo #1 SMP PREEMPT Thu
On 3/7/19 5:05 AM, REIX, Tony wrote:
> Hi Chet,
>
>
> I've experimented on: AIX 6.1 TL9, AIX 7.1 TL3, AIX 7.2 TL0, AIX 7.2 TL2 .
>
> They all show the issue (compared to bash as non-root and to ksh as root or
> non-root)
OK, thanks.
--
``The lyf so short, the craft so long to lerne.'' - Chau
On 3/7/19 2:42 AM, Tomas Mozes wrote:
> Bash Version: 5.0
> Patch Level: 2
> Release Status: release
>
> Description:
> In Gentoo Linux, we have a 'bashlogger' option to bash that basically
> enabled '-DSYSLOG_HISTORY' during compilation. However, it doesn't work any
> more with version 5.0_p2:
On Thu, Mar 07, 2019 at 03:42:49PM +0100, Dr. Werner Fink wrote:
> On Mon, Mar 04, 2019 at 09:00:38AM -0500, Chet Ramey wrote:
> > On 3/4/19 8:19 AM, wer...@suse.de wrote:
> >
> > > Bash Version: 5.0
> > > Patch Level: 2
> > > Release Status: release
> > >
> > > Description:
> > > Since patch b
Description:
When jobs are stopped it normally takes two attempts to exit with no
intervening commands. However, if there is exactly one intervening
command, ^D exits immediately instead of printing a warning. (The
"exit" builtin works correctly on the other hand.)
Repeat-By:
$ cat
^Z
[1]+ Stop