Re: ash-20040127-3: Invalid behavior of negated pipeline

2008-08-13 Thread Corinna Vinschen
On Aug 12 19:31, Eric Blake wrote: > According to Corinna Vinschen on 8/12/2008 9:40 AM: > | Use bash as sh. ash is only in the distro to run rebaseall. I won't > | release a new version of ash any time soon, if it doesn't explicitely > | affect rebase. > > Although, now that the bash package bli

Re: ash-20040127-3: Invalid behavior of negated pipeline

2008-08-12 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Corinna Vinschen on 8/12/2008 9:40 AM: | On Aug 12 19:36, Dmitry Semyonov wrote: |> Hello all, |> |> -- begin -- |> $ bash -c '! true | false; echo $?' |> 0 |> |> $ ash -c '! true | false; echo $?' |> 1 |> -- end -- |> |> Mostly "if" co

Re: ash-20040127-3: Invalid behavior of negated pipeline

2008-08-12 Thread Corinna Vinschen
On Aug 12 19:36, Dmitry Semyonov wrote: > Hello all, > > -- begin -- > $ bash -c '! true | false; echo $?' > 0 > > $ ash -c '! true | false; echo $?' > 1 > -- end -- > > Mostly "if" conditions are affected by this issue. > > Quote[1] from the "Shell Command Language" standard: "If the reserve