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
-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
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
3 matches
Mail list logo