On 10/11/17 23:25 +0100, Jan Pokorný wrote:
> - bug fixes:
>   [...]
>   . all commands having sequence of pcs commands on the output,
>     hence getting post-processed (line-wrapped and generally
>     prettified) with the aim to get them human-friendly, might
>     previously suffer from some characters with special meaning
>     in shell language not being quoted (nor escaped for that matter)
>     properly (despite they might have been prior to this post-process),
>     leading to various, possibly subtle misbehaviours when executed
>     (for instance part of the intended standalone command being run in
>     the backgrounded subshell while the rest getting interpreted as
>     as a whole new, likely not fulfillable, command, if the particular
>     unquoted chunk in the case at hand contained '&' character); trivial
>     instances of this discrepancy should no longer occur, and for extra
>     confidence (or as a workaround with older versions), one can always
>     use "--noop=cmd-wrap" to suppress (tiny bit erratic) post-processing

I would have forgotten that with the commands that use such
a "playful" filter, except for cmd-wrap itself, it'd be enough to
append a forwarding apipe when the outcome would be otherwise produced
on standard output, i.e., "clufter cib2pcscmd | cat", for instance.
It has the same effect as the original, perhaps less intuitive
suggestion.

-- 
Jan (Poki)

Attachment: pgp8nYKL0V2oL.pgp
Description: PGP signature

_______________________________________________
Users mailing list: [email protected]
http://lists.clusterlabs.org/mailman/listinfo/users

Project Home: http://www.clusterlabs.org
Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf
Bugs: http://bugs.clusterlabs.org

Reply via email to