Ron Yorston <r...@frippery.org> wrote:
> ash originally had support for omitting the fork when expanding a
> builtin in backquotes.  dash has gradually been removing this support,
> most recently in commit 66b614e29038e31745c4a5d296f64f8d64f5c377
> ("[EVAL] Remove unused EV_BACKCMD flag").
> 
> Some traces still remain, however.  Remove:
> 
> - the buf and nleft elements of the backcmd structure;
> - a misleading comment regarding handling of builtins.
> 
> Signed-off-by: Ron Yorston <r...@frippery.org>

Unfortunately we may need this at some point in the future due
to changes in POSIX.  So let's keep it around for now until we
get things such as `jobs -p` to work.

Thanks,
-- 
Email: Herbert Xu <herb...@gondor.apana.org.au>
Home Page: http://gondor.apana.org.au/~herbert/
PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt
--
To unsubscribe from this list: send the line "unsubscribe dash" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to