tags 624715 + upstream
found 624715 dash/0.5.6.1-1~exp2
quit

Kalle Olavi Niemitalo wrote:

> .It Ev PS1
> The primary prompt string, which defaults to
> .Dq $ \  ,
> unless you are the superuser, in which case it defaults to
> .Dq # \  .
>
> Apparently, the Dq macro outputs a space between the first
> parameter (the dollar sign) and the second parameter (a space).
> I tried merging those parameters, like this:
>
> .It Ev PS1
> The primary prompt string, which defaults to
> .Dq $\  ,
> unless you are the superuser, in which case it defaults to
> .Dq #\  .
>
> and that fixed the bug for PS1.

True.  Could you send a patch relative to src/dash.1 of

  git://git.kernel.org/pub/scm/utils/dash/dash.git master

(or, barring that, a "diff -u" between the shipped dash.1 and your
modified version)?  Otherwise I am likely to flub it and only fix some
of the broken spaces.

Good catch; thanks.

Regards,
Jonathan



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to