#3634: backtick command output is truncated from the hash-mark, like a comment
--------------------+----------------------
Reporter: mykhal | Owner: mutt-dev
Type: defect | Status: new
Priority: major | Milestone:
Component: mutt | Version:
Keywords: |
--------------------+----------------------
Output of command (from muttrc, or executed in Mutt interface by pressing
':') in backticks (`) is truncated, if it contains a hash mark (#), e.g.:
{{{
set my_x = `perl -e 'print "\x61\x23\x62"'`
}}}
should set $my_x to "a#b", however, it is set to "a".
--
Ticket URL: <http://dev.mutt.org/trac/ticket/3634>
Mutt <http://www.mutt.org/>
The Mutt mail user agent