Re: dash-0.5.8 bug report

2014-11-21 Thread Harald van Dijk
On 21/11/2014 14:55, David Binderman wrote: Hello there, eval.c:273:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses] if (!exitstatus == isor) Maybe if (exitstatus != isor) was intended. This looks correct to me. iso

dash-0.5.8 bug report

2014-11-21 Thread David Binderman
Hello there, eval.c:273:19: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]     if (!exitstatus == isor) Maybe     if (exitstatus != isor) was intended. Regards David Binderman -- To unsu

[MAN] Clarify two redirection mechanisms

2014-11-21 Thread saulery
From: Stéphane Aulery Close Debian Bug #501566 --- src/dash.1 | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/dash.1 b/src/dash.1 index d782882..429657a 100644 --- a/src/dash.1 +++ b/src/dash.1 @@ -402,11 +402,13 @@ Append standard output (or n) to file. .It [n] Ns