On Friday 11 May 2012 14:25:08 Chet Ramey wrote:
> On 5/11/12 11:43 AM, Mike Frysinger wrote:
> > in light of the recent discussion, i thought i could switch posix mode
> > on/off on the fly so that i restricted myself to this mode only when
> > using `wait`.
>
> > unfortunately, that randomly cra
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/11/12 11:43 AM, Mike Frysinger wrote:
> in light of the recent discussion, i thought i could switch posix mode on/off
> on the fly so that i restricted myself to this mode only when using `wait`.
> unfortunately, that randomly crashes bash :).
On Friday 11 May 2012 13:37:58 Chet Ramey wrote:
> On 5/11/12 11:43 AM, Mike Frysinger wrote:
> > in light of the recent discussion, i thought i could switch posix mode
> > on/off on the fly so that i restricted myself to this mode only when
> > using `wait`.
> > unfortunately, that randomly crashe
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
On 5/11/12 11:43 AM, Mike Frysinger wrote:
> in light of the recent discussion, i thought i could switch posix mode on/off
> on the fly so that i restricted myself to this mode only when using `wait`.
> unfortunately, that randomly crashes bash :).
in light of the recent discussion, i thought i could switch posix mode on/off
on the fly so that i restricted myself to this mode only when using `wait`.
unfortunately, that randomly crashes bash :). simple test case:
$ cat test.sh
#!/bin/bash
max=20
num=0
set -m
#set -o posix
trap ': $(( --nu