diffcmds echo foo %% cat -- '|'
is expected to output `foo | cat` and not `foo`.
Fix this by changing the order of the substitution and {,un}quoting.
18 KiB
18 KiB
diffcmds echo foo %% cat -- '|'
is expected to output `foo | cat` and not `foo`.
Fix this by changing the order of the substitution and {,un}quoting.